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.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property DateCreated As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> DateCreated { get; set; } |
| Visual C++ |
|---|
property Nullable<DateTime> DateCreated { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |
| JavaScript |
|---|
function get_dateCreated(); function set_dateCreated(value); |
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