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,  _
	IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IFolderSet : IContainableSet, 
	ICmHoldableSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, 
	IEngineCollection, IEnumerable, ICloneable
Visual C++
public interface class IFolderSet : IContainableSet, 
	ICmHoldableSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, 
	IEngineCollection, IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.IFolderSet = function();
FileNet.Api.Collection.IFolderSet.createInterface('FileNet.Api.Collection.IFolderSet');

ToggleSee Also