Indicates the name of the user who last modified 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 read/write. (The read/write access for those users could only change if a change is made to the ACL on the object store that controls who has privileged write access to objects in that object store).


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

Syntax

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

Remarks

See Also