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