Represents a collection of VerityCollection objects.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Public Interface IVerityCollectionList _
	Implements IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
[ObsoleteAttribute("As of release 5.2.0.")]
public interface IVerityCollectionList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
public interface class IVerityCollectionList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.IVerityCollectionList = function();
FileNet.Api.Collection.IVerityCollectionList.createInterface('FileNet.Api.Collection.IVerityCollectionList');

ToggleSee Also