Content Folder Entity (2022/06)
All content folder entities are structured as follows:
entity
:
Id
int read-only: A unique identifier for the content folder. This value is generated by the server when the content folder is generated.Name
string read-write: The name of the content folder. The maximum length of this string is 128 characters.VirtualPath
string read-write: The location of the content folder in the BSN.cloud virtual directoryThumbPath
string read-write: The location of the thumbnail for the content folder in the server directoryCreationDate
DateTime read-only: The date that the content folder was created on the network. See DateTime for more information about this data type.LastModifiedDate
DateTime read-only: The last date that the content folder was modified on the network. See DateTime for more information about this data type.HasSubFolders
bool read-only: Whether or not the content folder entity has subfoldersHasFiles
bool read-only: Whether or not the content folder entity contains filesPermissions
Permission[] read-write: A list of permission object instances representing permissions rules assigned to the content folder