Indicates the date and time the object was created. 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 settable only on create. After initial object creation, this property is read-only for all users.
Namespace: FileNet.Api.Replication
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DateCreated As Nullable(Of Date) |
C# |
---|
Nullable<DateTime> DateCreated { get; set; } |
C++ |
---|
property Nullable<DateTime> DateCreated abstract { Nullable<DateTime> get(); void set(Nullable<DateTime> value); } |
J# |
---|
/** property */ public Nullable<DateTime> get_DateCreated(); /** property */ public void set_DateCreated(Nullable<DateTime> value); |
JScript |
---|
public function get DateCreated() : Nullable<DateTime> public function set DateCreated(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: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ