The current user. The current user is the user under whose credentials RPCs are being performed.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property CurrentUser As IUser
C#
IUser CurrentUser { get; }
C++
property IUser CurrentUser abstract  {
    IUser get();
}
J#
/** property */
public IUser get_CurrentUser();
JScript
public function get CurrentUser() : IUser

Remarks

See Also