IUserManagerUserGroups Method (String)
|
Retrieves the collection of
Groups by their unique IDs.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IUserGroup> UserGroups(
string[] grpIds
)
Function UserGroups (
grpIds As String()
) As IEnumerable(Of IUserGroup)
IEnumerable<IUserGroup^>^ UserGroups(
array<String^>^ grpIds
)
abstract UserGroups :
grpIds : string[] -> IEnumerable<IUserGroup>
Parameters
- grpIds
- Type: SystemString
Array of unique IDs of the Groups to retrieve. For example, "UserGroups/42"
Return Value
Type:
IEnumerableIUserGroupCollection of
Groups.
See Also Reference
[!:Ingeniux.CMS.IUserManager.UserGroupsCount]