Indicates the date and time the object was last modified. The Content Engine stores dates and times using Coordinated Universal Time (UTC).
Namespace: FileNet.Api.Replication
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 can 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.Replication
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DateLastModified As Nullable(Of Date) |
C# |
---|
Nullable<DateTime> DateLastModified { get; set; } |
C++ |
---|
property Nullable<DateTime> DateLastModified abstract { Nullable<DateTime> get(); void set(Nullable<DateTime> value); } |
J# |
---|
/** property */ public Nullable<DateTime> get_DateLastModified(); /** property */ public void set_DateLastModified(Nullable<DateTime> value); |
JScript |
---|
public function get DateLastModified() : Nullable<DateTime> public function set DateLastModified(value : Nullable<DateTime>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: DATE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ