Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

All content folder entities are structured as follows:

entity:

  • Id intA unique identifier for the content folder. This value is generated by the server when the content folder is generated.
  • Name string:  The name of the content folder. The maximum length of this string is 128 characters.
  • VirtualPath string: The location of the content folder in the BSN.cloud virtual directory
  • ThumbPath string:  The location of the thumbnail for the content folder in the server directory
  • CreationDate DateTime: The date that the content folder was created on the network. See DateTime for more information about this data type.
  • LastModifiedDate DateTime: The last date that the content folder was modified on the network. See DateTime for more information about this data type.
  • HasSubFolders bool: Whether or not the content folder entity has subfolders
  • HasFiles bool: Whether or not the content folder entity contains files
  • Permissions Permission[]: A list of permission object instances representing permissions rules assigned to the content folder





  • No labels