Search Results for

    Show / Hide Table of Contents

    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<> 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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022