Specifies a
object that contains the complete set of valid document states (each of which is represented by a
object) defined by this
object. Each document lifecycle policy defines a set of states through which a document can transition into during its lifecycle.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DocumentStates As IDocumentStateList |
C# |
---|
IDocumentStateList DocumentStates { get; set; } |
C++ |
---|
property IDocumentStateList DocumentStates abstract { IDocumentStateList get(); void set(IDocumentStateList value); } |
J# |
---|
/** property */ public IDocumentStateList get_DocumentStates(); /** property */ public void set_DocumentStates(IDocumentStateList value); |
JScript |
---|
public function get DocumentStates() : IDocumentStateList public function set DocumentStates(value : IDocumentStateList); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DocumentState
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ