Click or drag to resize

ServiceSettingsExtensionsGetAbsoluteFilePathUserDataRoot Method


Namespace: Canary.Axiom.Shared.Utility
Assembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public static string GetAbsoluteFilePathUserDataRoot(
	this AxiomServiceSettings settings
)

Parameters

settings  AxiomServiceSettings
 

Return Value

String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AxiomServiceSettings. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also