Represents a collection of Group objects.

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

ToggleSyntax

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

ToggleSee Also