Click or drag to resize

InternalServiceFindExternalUsersBySource Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<Guid> FindExternalUsersBySource(
	string[] emails,
	string source
)

Parameters

emails
Type: SystemString
source
Type: SystemString

Return Value

Type: ListGuid
See Also