Click or drag to resize

InternalServiceGetExternalUserDetails Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public ExternalUserDetails GetExternalUserDetails(
	Guid id,
	List<CustomAttribute> customAttributes
)

Parameters

id
Type: SystemGuid
customAttributes
Type: System.Collections.GenericListCustomAttribute

Return Value

Type: ExternalUserDetails
See Also