Click or drag to resize

IUnmanagedAssetManager Interface


Represents the manager object that handles legacy asset files, that are not brought into the CMS Asset system.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IUnmanagedAssetManager

The IUnmanagedAssetManager type exposes the following members.

Properties
 NameDescription
Public propertyUnmanagedAssetLocation Gets the location where all unmanaged asset files are stored
Top
Methods
 NameDescription
Public methodCreateUnmanagedFolder Create a new unmanaged Asset Folder at given relative path to UnmanagedAssetLocation
Public methodEmptyRecycleFolder Empties the recycle folder to deleted unmanaged Assets. This will permenantly purge them
Public methodRootUnmanagedFolders Retrieve all root unmanaged Asset Folders. Root folders are direct child folders of UnmanagedAssetLocation
Public methodUnmanagedAsset Retrieves an unmanaged Asset object by its relative path to UnmanagedAssetLocation or its id
Public methodUnmanagedAssetFolder Retrieves an unmanaged Asset Folder object by its relative path to UnmanagedAssetLocation or its id
Public methodUnmanagedAssetItem Retrieves an unamanged Asset or Asset Folder, by its relative path to UnmanagedAssetLocation or its id
Public methodUnmanagedAssetItems Retrieves a collection of unmanaged Asset Folders and/or Assets, by their relative path to UnmanagedAssetLocation or their ids
Top
See Also