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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property CurrentState As String
C#
string CurrentState { get; }
Visual C++
property String^ CurrentState {
	String^ get ();
}
JavaScript
function get_currentState();

ToggleRemarks

ToggleSee Also