UserGroupManagerGetFirstCharactersOfDomainObjects Method

Return distinct first characters of user names from given domain

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return distinct first characters of user names from given domain")]
public List<char> GetFirstCharactersOfDomainObjects(
	Guid domainId,
	Guid containerId
)

Parameters

domainId  Guid
 
containerId  Guid
 

Return Value

ListChar

See Also