UserGroupManagerGetFirstCharactersOfDomainObjects Method |
Return distinct first characters of user names from given domain
Namespace:
FileHold.UserRoleManager
Assembly:
FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntaxpublic List<char> GetFirstCharactersOfDomainObjects(
Guid domainId,
Guid containerId
)
Parameters
- domainId
- Type: SystemGuid
- containerId
- Type: SystemGuid
Return Value
Type:
ListChar
See Also