Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.3 KB

File metadata and controls

19 lines (16 loc) · 1.3 KB

CMDocumentRelationship

Properties

Name Type Description Notes
urlId Integer the url-id of this document [default to null]
isChild Boolean if true, this is a child relationship, otherwise a parent relationship [default to null]
relatedUrlId Integer the related document's id [default to null]
relatedUrl String the url of the related document [default to null]
webUrl String the web-url (if set) if there is a web-link for this document [default to null]
title String the title of the related document for display [default to null]
binarySize Long size in bytes of the related document [default to null]
documentType String the type of the related document [default to null]
created Long The unix creation date-time of the related item [default to null]
lastModified Long The unix last-modified date-time of the related item [default to null]
child Boolean [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]