UserGroupsGetAll Method (Int32) |
Returns all user groups.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<UserGroup> GetAll(
int languageId
)
Public Function GetAll (
languageId As Integer
) As EntityCollection(Of UserGroup)
public:
EntityCollection<UserGroup^>^ GetAll(
int languageId
)
member GetAll :
languageId : int -> EntityCollection<UserGroup>
Parameters
- languageId
- Type: SystemInt32
The language the user group's name is returned in.
Return Value
Type:
EntityCollectionUserGroup
See Also