Represents a collection of ActiveMarking objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IActiveMarkingList _
	Implements IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface IActiveMarkingList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class IActiveMarkingList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.IActiveMarkingList = function();
FileNet.Api.Collection.IActiveMarkingList.createInterface('FileNet.Api.Collection.IActiveMarkingList');

ToggleSee Also