Represents a collection of StoragePolicy objects.

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

ToggleSyntax

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

ToggleSee Also