Represents a collection of IsolatedRegion objects.

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

ToggleSyntax

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

ToggleSee Also