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.4.0.0 (24.4.0.0)
public 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
- oDataUri Uri
- The OData Uri.
- authenticator IAuthenticator (Optional)
- The authenticator with with security information.
StringThe user name.