Click or drag to resize

CompatibilityManager Constructor

Initializes a new instance of the CompatibilityManager class

Namespace:  AxiomCore2.Managers
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
public CompatibilityManager(
	string userFileRoot,
	string webFileRoot,
	string tenantKey,
	string serviceVersion
)

Parameters

userFileRoot
Type: SystemString
webFileRoot
Type: SystemString
tenantKey
Type: SystemString
serviceVersion
Type: SystemString
See Also