CommonDatabaseFunctionsGetODataUsername Method |
Get the current user name in the Users register from OData.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetODataUsername(
Uri oDataUri,
IAuthenticator authenticator = null
)
Public Shared Function GetODataUsername (
oDataUri As Uri,
Optional authenticator As IAuthenticator = Nothing
) As String
public:
static String^ GetODataUsername(
Uri^ oDataUri,
IAuthenticator^ authenticator = nullptr
)
static member GetODataUsername :
oDataUri : Uri *
?authenticator : IAuthenticator
(* Defaults:
let _authenticator = defaultArg authenticator null
*)
-> string
Parameters
- oDataUri Uri
- The OData Uri.
- authenticator IAuthenticator (Optional)
- The authenticator with with security information.
Return Value
StringThe user name.
See Also