The distinguished name of the user that initiated the event, unless the event is triggered by a server background task. In that case, the property identifies the task using the following format:

[<task name>(<context>)]

where:

task name identifies the function of the background task by name, such as replication, CFS import, or the specific type of sweep policy, sweep job, or queue sweep.

context provides contextual information applicable to the task type, such as the target source repository or target class processed by the task. If the value exceeds the maximum length of the property, the context portion of the string is truncated.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property InitiatingUser As String
C#
string InitiatingUser { get; }
Visual C++
property String^ InitiatingUser {
	String^ get ();
}
JavaScript
function get_initiatingUser();

ToggleRemarks

ToggleSee Also