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

ToggleSee Also