UserGroupManagerGetDomainStructure Method

Retrieve the structure of a specified domain

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieve the structure of a specified domain")]
public DomainContainer GetDomainStructure(
	Guid domainId
)

Parameters

domainId  Guid
 

Return Value

DomainContainer

See Also