Provides the ability to work with Ingeniux CMS binary assets.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
FileBrowserServices |
Methods
Name | Description | |
---|---|---|
CreateComponent |
Create a component for a binary asset file. This operation will create a reference for the asset in CMS content
| |
Delete |
Delete a Asset file or folder. Note that deleting a folder will remove all files below, so use with caution.
| |
GetChildren |
Gets the child folders of a given asset folder
| |
GetFileList |
Retrieve the list of file in specified folder
| |
GetPermissions |
Retrieves the security information for a given asset file or folder
| |
GetRootPermissions |
Get the security information on provided root folders
| |
GetThumbnails |
Retrieves the thumb nails of given file names under specified folder
| |
NewFolder |
Create a new folder under the specified folder for binary assets locations
| |
SetPermissions |
Change security information of a given asset file or folder
|
See Also