Click or drag to resize

ExternalUserManagerGetUsers Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public FilteredGridResult<ExternalUserDetails> GetUsers(
	GridReadActionData request,
	List<CustomAttribute> customAttributes,
	string source
)

Parameters

request
Type: FileHold.Common.GridGridReadActionData
customAttributes
Type: System.Collections.GenericListCustomAttribute
source
Type: SystemString

Return Value

Type: FilteredGridResultExternalUserDetails
See Also