The recording granularity of the date and time returned by this property is determined by the setting of the object store's ContentAccessRecordingLevel property. The content data associated with a document or annotation object is considered to be accessed when one of the following events occur:
- An object's Refresh method is called with the property filter set to refresh PropertyContent properties (FilteredPropertyType.CONTENT_DATA).
- An object's AccessContentStream method is called to retrieve content data in an input stream.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property DateContentLastAccessed As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> DateContentLastAccessed { get; } |
| Visual C++ |
|---|
property Nullable<DateTime> DateContentLastAccessed { Nullable<DateTime> get (); } |
| JavaScript |
|---|
function get_dateContentLastAccessed(); |
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_ONLY
TargetAccessRequired: READ