The authentication provider's LDAP Distinguished Name (DN) of the user that initiated the event.

This property is available for asynchronous events only. For synchronous events, get the current user from the server context.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property InitiatingUser As String
C#
string InitiatingUser { get; }
C++
property string InitiatingUser abstract  {
    String get();
}
J#
/** property */
public string get_InitiatingUser();
JScript
public function get InitiatingUser() : String

Remarks

See Also