Specifies the name of the current lifecycle state of this document as defined by its document lifecycle policy. Each document lifecycle policy defines a set of states through which a StateName property of the DocumentState object representing the document can transition into during its lifecycle. This property is equal to the value of the current lifecycle state of this document.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property CurrentState As String
C#
string CurrentState { get; }
C++
property string CurrentState abstract  {
    String get();
}
J#
/** property */
public string get_CurrentState();
JScript
public function get CurrentState() : String

Remarks

See Also