CommonDatabaseFunctionsGetAddressKeyFromUsername Method
Retrives the key to the address that belongs to a username.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static string GetAddressKeyFromUsername(
Uri oDataUri,
string username
)
Public Shared Function GetAddressKeyFromUsername (
oDataUri As Uri,
username As String
) As String
public:
static String^ GetAddressKeyFromUsername(
Uri^ oDataUri,
String^ username
)
static member GetAddressKeyFromUsername :
oDataUri : Uri *
username : string -> string
- oDataUri Uri
- The OData Service endpoint.
- username String
- Username.
StringAddress key.