Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
maxLevel5
indent20px

...

  • [int] Id:(read only) The identifier and primary key of the ContentFolder entity.
  • [int] AccountId:(read only) The identifier of the account that owns the ContentFolder entity.
  • [string] Name: The user-defined name of the folder represented by the ContentFolder instance. This name must be unique in the scope of the parent folder.
  • [string] VirtualPath: A virtual path to the associated folder within the Library of the BSN account (for example, “\Shared\Incoming\” or “\Users\jdoe@examplejdoe@example.com\Home\”).
  • [string] ThumbPath:(read only) An external URL for the file thumbnail image contained in persistent storage.
  • [DateTime] CreationDate:(read only) A UTC timestamp indicating when the associated folder was created in BSN.

...

PagedList<Content> GetAllContent(string marker, int pageSize)

Retrieves the next page of the Content list, sorted alphabetically by [string] FileName. The returned list will contain no more items than the defined page size. This method only supports retrieval of image, audio, and video file types.

Required Permissions

Content: View Content

...