Indicates whether or not the eContentManager Templates module is licensed

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

Syntax

C#
public static bool IsECMTemplatesLicensed { get; }
Visual Basic
Public Shared ReadOnly Property IsECMTemplatesLicensed As Boolean
	Get
Visual C++
public:
static property bool IsECMTemplatesLicensed {
	bool get ();
}

Field Value

true if the eContentManager Templates module add-on is licensed for this iMIS instance; false otherwise.

Remarks

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

See Also