Click or drag to resize

InternalServiceGetDomainGroupsByType Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<string> GetDomainGroupsByType(
	Guid objectId,
	RoleType roleType
)

Parameters

objectId
Type: SystemGuid
roleType
Type: FileHold.UserRoleManagerRoleType

Return Value

Type: ListString
See Also