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

ToggleSee Also