Represents a collection of Marking objects.
You can create a new, empty MarkingList by calling Factory.Marking.CreateList(). You can retrieve an existing MarkingList object by retrieving the Markings property of a MarkingSet object.
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IMarkingList _ Implements IDependentObjectList, IEngineCollection, ICloneable, IList, _ ICollection, IEnumerable |
| C# |
|---|
public interface IMarkingList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
| Visual C++ |
|---|
public interface class IMarkingList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
| JavaScript |
|---|
FileNet.Api.Collection.IMarkingList = function(); FileNet.Api.Collection.IMarkingList.createInterface('FileNet.Api.Collection.IMarkingList'); |