Indicates the name of the user who last modified the object.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Settability of this property is read-only for most users. For users who have been granted privileged write access (
), 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.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property LastModifier As String |
C# |
---|
string LastModifier { get; set; } |
C++ |
---|
property string LastModifier abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_LastModifier(); /** property */ public void set_LastModifier(string value); |
JScript |
---|
public function get LastModifier() : String public function set LastModifier(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: 80
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ