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.MetaAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsEnabled As Boolean |
C# |
---|
bool IsEnabled { get; } |
Visual C++ |
---|
property bool IsEnabled { bool get (); } |
JavaScript |
---|
function get_isEnabled(); |