Last Updated:
June 14, 2021
by
Jesse Langstaff
| Version: 10
| 2,400 views
| 0 followers
members are following updates on this item.
Provides a record of all Folder Channel Content within the digital workplace. Adding a File to the digital workplace, archiving a File, or changing a File's extension will add a row to this table. When a new row is added due to archiving a File or changing a File's extension the new row will have a new content_document_key, but will have the same source_system_id.
/odata/dContentDocument
Name | Data Type | Connects to: |
---|---|---|
content_document_key | Edm.Int64 | |
document_type_key | Edm.Int32 | |
archive_status_key | Edm.Int32 | |
created_user_key | Edm.Int32 | |
created_utc_half_hour_key | Edm.Int32 | |
document_state_key | Edm.Int32 | |
last_modified_user_key | Edm.Int32 |
Name | Data Type | Description |
---|---|---|
document_extension | Edm.String | The file type extension of a document. |
document_name | Edm.String | The name assigned to a document. |
version_number | Edm.Int32 | The current version number of the document. |
source_system_id | Edm.Guid | A unique identifier for a document. |
row_active_date | Edm.DateTimeOffset | The date the document was created. |
row_inactive_date | Edm.DateTimeOffset | The date the document was deleted, archived, or had its extension changed. |
is_copied | Edm.Boolean | TRUE if the document was created as a copy of an existing document. FALSE if the document is not a copy. |
community_key | Edm.Int32 | A unique identifier for a digital workplace. |