Represents a collection of Group objects.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |