Represents a collection of DocumentState objects. To create an instance of this object,
call Factory.DocumentState.CreateList().
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IDocumentStateList _ Implements IDependentObjectList, IEngineCollection, ICloneable, IList, _ ICollection, IEnumerable |
C# |
---|
public interface IDocumentStateList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
public interface class IDocumentStateList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.IDocumentStateList = function(); FileNet.Api.Collection.IDocumentStateList.createInterface('FileNet.Api.Collection.IDocumentStateList'); |