Represents a collection of
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Marking
objects. You can create a new, empty
by calling
. You can retrieve an existing
object by retrieving the
property of a
object.
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IMarkingList Implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C# |
---|
public interface IMarkingList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C++ |
---|
interface class IMarkingList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
J# |
---|
public interface IMarkingList implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
JScript |
---|
public interface IMarkingList extends IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |