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)

Syntax

Visual Basic (Declaration)
Property StateName As String
C#
string StateName { get; set; }
C++
property string StateName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_StateName();

/** property */
public void set_StateName(string value);
JScript
public function get StateName() : String

public function set StateName(value : String);

Remarks

See Also