Represents a collection of Annotation objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IAnnotationSet _
	Implements ICmHoldableSet, IReplicableSet, ISubscribableSet, IEngineCollection,  _
	IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet
C#
public interface IAnnotationSet : ICmHoldableSet, 
	IReplicableSet, ISubscribableSet, IEngineCollection, IEnumerable, ICloneable, 
	IIndependentObjectSet, IEngineSet
Visual C++
public interface class IAnnotationSet : ICmHoldableSet, 
	IReplicableSet, ISubscribableSet, IEngineCollection, IEnumerable, ICloneable, 
	IIndependentObjectSet, IEngineSet
JavaScript
FileNet.Api.Collection.IAnnotationSet = function();
FileNet.Api.Collection.IAnnotationSet.createInterface('FileNet.Api.Collection.IAnnotationSet');

ToggleSee Also