Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.2 KB

File metadata and controls

18 lines (15 loc) · 1.2 KB

CMDocumentFolder

Properties

Name Type Description Notes
sourceId Integer the source-id of the owner of this folder [default to null]
url String The unique URL of a document or folder. [default to null]
parentFolderId String The id of the parent folder of this folder. [default to null]
folderId String The id of this folder. [default to null]
urlId Integer the internal SimSage id for this url [default to null]
folderName String the display name of the folder [default to null]
itemType String the type of folder (crawlerType for sources) [default to null]
folderList List the folder items in this folder [default to null]
fileList List the files in this folder [default to null]
acls List the security permissions for this item [default to null]

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