Represents a collection of StoredSearch objects.

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

ToggleSyntax

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

ToggleSee Also