GetGroupsByNames Method
Gets a list of groups.
Required Permissions
UserRead if logged in user is a member of all the groups. Otherwise AdminUserRead is required.Syntax
public Group[] GetGroupsByNames(
System.string[] groupNameArray
)Public Function GetGroupsByNames( _
ByVal groupNameArray() As System.String _
) As Group()Parameters
| Name | Description |
|---|---|
| groupNameArray | An array of Group names. |
Return Value
An array of Group objects.