GetConnectedUser |
Scroll |
Gets a representation of the currently connected user.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetConnectedUser ( _ bCreate As Boolean _ )As ITheUser C# public virtual ITheUser GetConnectedUser ( bool bCreate )
Parameters bCreate If set to true, the user will be added to the Thereforeā¢ database if not already existing (integrated security only). Users that have not been added to the Thereforeā¢ database do not have a UserID.
Return Value A TheUser repesentation of the currently logged in user. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |