This method returns the UserContext object associated with the current thread. When no user context has been set, a default one exists containing the current locale for the current thread.


Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Get() As UserContext
C#
public static UserContext Get()
C++
public:
 static UserContext Get()
J#
public static UserContext Get()
JScript
public static  function Get() : UserContext

Return Value

The UserContext object associated with the current thread.

See Also