FileBrowserServices Class Ingeniux CMS Web Services API

Provides the ability to work with Ingeniux CMS binary assets.
Inheritance Hierarchy

SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceFileBrowserServices

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
public class FileBrowserServices : CMSContentServiceBase

The FileBrowserServices type exposes the following members.

Constructors

  NameDescription
Public methodFileBrowserServices
Top
Methods

  NameDescription
Public methodCreateComponent
Create a component for a binary asset file. This operation will create a reference for the asset in CMS content
Public methodDelete
Delete a Asset file or folder. Note that deleting a folder will remove all files below, so use with caution.
Public methodGetChildren
Gets the child folders of a given asset folder
Public methodGetFileList
Retrieve the list of file in specified folder
Public methodGetPermissions
Retrieves the security information for a given asset file or folder
Public methodGetRootPermissions
Get the security information on provided root folders
Public methodGetThumbnails
Retrieves the thumb nails of given file names under specified folder
Public methodNewFolder
Create a new folder under the specified folder for binary assets locations
Public methodSetPermissions
Change security information of a given asset file or folder
Top
See Also

Reference