Represents a collection of Site objects.

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

ToggleSyntax

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

ToggleSee Also