Specifies whether you can save the state of the object instantiation of this class (true) or not (false). If this property is false, only the server can save the state of the object.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also