Click or drag to resize

IAssetStorageManager Interface


Represents the collection of functionalities for managing Asset file storage.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IAssetStorageManager

The IAssetStorageManager type exposes the following members.

Methods
  NameDescription
Public methodCurrentVersionFilesCount
Calculates the current version files count across all Storage Tracks.
Public methodPreviousVersionsFilesCount
Calculated the previous version files count across all Storage Tracks.
Public methodPreviousVersionsStorageSpace
Calculates the total storage space of previous versions across all Storage Tracks.
Public methodStorageTrack
Retrieves the storage tracking information of an Asset type/schema
Public methodStorageTracks
Retrieves all storage tracks
Public methodTotalStorageSpace
Calculates the total storage space across all Storage Tracks.
Top
See Also