| IAssetStorageManager Interface | 
Namespace: Ingeniux.CMS
 Syntax
SyntaxThe IAssetStorageManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CurrentVersionFilesCount | 
            Calculates the current version files count across all Storage Tracks.
             | 
|  | PreviousVersionsFilesCount | 
            Calculated the previous version files count across all Storage Tracks.
             | 
|  | PreviousVersionsStorageSpace | 
            Calculates the total storage space of previous versions across all
            Storage Tracks.
             | 
|  | StorageTrack | 
            Retrieves the storage tracking information of an Asset type/schema
             | 
|  | StorageTracks | 
            Retrieves all storage tracks
             | 
|  | TotalStorageSpace | 
            Calculates the total storage space across all Storage Tracks.
             | 
 See Also
See Also