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

Version 1 Next »

All content folder entities are structured as follows:

entity:

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





  • No labels