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; } |
| Visual C++ |
|---|
property String^ StateName { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_stateName(); function set_stateName(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 64
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ