Indicates whether a given class or property was originally created by the Content Engine (true), as opposed to user-created (false).

For a CmIndexDefinition object, if the object is system-owned (the value of this property is true), then the object cannot be modified or deleted.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsSystemOwned As Nullable(Of Boolean)
C#
Nullable<bool> IsSystemOwned { get; }
Visual C++
property Nullable<bool> IsSystemOwned {
	Nullable<bool> get ();
}
JavaScript
function get_isSystemOwned();

ToggleRemarks

ToggleSee Also