Specifies a DocumentStateList object that contains the complete set of valid document states (each of which is represented by a DocumentState object) defined by this DocumentLifecyclePolicy 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

See Also