Represents a collection of Folder objects.

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

ToggleSyntax

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

ToggleSee Also