Click or drag to resize

FileBrowserServices Class


Provides the ability to work with Ingeniux CMS binary assets.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceFileBrowserServices

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class FileBrowserServices : CMSContentServiceBase

The FileBrowserServices type exposes the following members.

Constructors
 NameDescription
Public methodFileBrowserServicesInitializes a new instance of the FileBrowserServices class
Top
Methods
 NameDescription
Public methodCreateComponent Creates a component for a binary asset file. This operation will create a reference for the asset in CMS content
Public methodDelete Deletes 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 Retrieves the list of file in specified folder
Public methodGetThumbnails Retrieves the thumb nails of given file names under specified folder
Public methodSearchAssets Retrieves the listing of assets, with filtering of specified search string
Public methodUneditableImageAssets Provides a list of asset ids, and finds out whether those assets can be checked out to current user.
Top
See Also