Specifies the name of this lifecycle state as defined by its document lifecycle policy.
Each document lifecycle policy defines a set of states through which a document can transition
into during its lifecycle. If this lifecycle state becomes a document's current lifecycle state, the
server sets the document's CurrentState property to the value of this property.
Namespace:
FileNet.Api.Events
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property StateName As String |
C# |
---|
string StateName { get; set; } |
Visual C++ |
---|
property String^ StateName {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_stateName();
function set_stateName(value); |