Gets the cached instance of the CContentManagementConfig object for this iMIS instance.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static CContentManagementConfig ContentManagementConfig { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property ContentManagementConfig As CContentManagementConfig
Visual C++
public:
static property CContentManagementConfig^ ContentManagementConfig {
	CContentManagementConfig^ get ();
}

Field Value

An instance of the CContentManagementConfig object containing the Content Management sub-system settings for the iMIS instance to which iBO is connected.

Remarks

For information on the iMIS instance being used, see InitializeSystem()()().

See Also