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 move into during its lifecycle.

Namespace:  FileNet.Api.Events
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property DocumentStates As IDocumentStateList
C#
IDocumentStateList DocumentStates { get; set; }
Visual C++
property IDocumentStateList^ DocumentStates {
	IDocumentStateList^ get ();
	void set (IDocumentStateList^ value);
}
JavaScript
function get_documentStates();
function set_documentStates(value);

ToggleRemarks

ToggleSee Also