Interface IMediaStorageService
Summary description for IMediaStorageService.
Namespace: ImageVault.Common.Services
Assembly: ImageVault.Common.dll
Syntax
public interface IMediaStorageService : IService
Methods
GetActiveStorageLicenseAgreement()
Retrieves all license agreements for the active storages.
Declaration
IList<StorageLicenseAgreement> GetActiveStorageLicenseAgreement()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IList<StorageLicenseAgreement> | The System.Collections.Generic.IList<T> containing the active storages license agreements |
GetStorageInfo(Int32)
Gets storage infomation for the current media item
Declaration
StorageInfo GetStorageInfo(int mediaItemId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | mediaItemId |
Returns
| Type | Description |
|---|---|
| StorageInfo |