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.UtilAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Get As UserContext |
C# |
---|
public static UserContext Get() |
Visual C++ |
---|
public: static UserContext^ Get() |
JavaScript |
---|
FileNet.Api.Util.UserContext.get = function(); |