The MetadataCache is enabled by default. This method provides a simple way for applications to detect whether the MetadataCache is enabled at any point in time.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsEnabled As Boolean
C#
bool IsEnabled { get; }
Visual C++
property bool IsEnabled {
	bool get ();
}
JavaScript
function get_isEnabled();

Return Value

True if the MetadataCache is enabled; otherwise, returns False.

ToggleSee Also