Indicates the name of the user assigned as the creator of the object.

Settability of this property is read-only for most users. For users who have been granted privileged write access (AccessRight.PRIVILEGED_WRITE), this property is settable only on create. After initial object creation, this property is read-only for all users.


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

Syntax

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

Remarks

See Also