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)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsPersistent As Nullable(Of Boolean)
C#
Nullable<bool> IsPersistent { get; }
C++
property Nullable<bool> IsPersistent abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_IsPersistent();
JScript
public function get IsPersistent() : Nullable<bool>

Remarks

See Also