Click or drag to resize

IContactRepositoryGetNameKey Method

Gets key of the user that corresponds to contactName. Throws ContactDoesNotExistException if contact does not exist

Namespace: Scanjour.Workflow4.ActivityLibrary.Repository
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
string GetNameKey(
	string contactName
)

Parameters

contactName  String
User identifier

Return Value

String
User type
See Also