Search Results for

    Show / Hide Table of Contents

    Interface IMediaFormatService

    Summary description for IMediaFormatService.

    Namespace: ImageVault.Core.Common.Services
    Assembly: ImageVault.Core.dll
    Syntax
    public interface IMediaFormatService

    Methods

    CleanUpDeletedFormats()

    Cleans up all deleted MediaFormats

    Declaration
    void CleanUpDeletedFormats()

    EnsureFormatsAreMarkedForIndexing()

    Ensures that all formats that should be marked for indexing, are marked

    Declaration
    bool EnsureFormatsAreMarkedForIndexing()
    Returns
    Type Description
    System.Boolean
    Remarks

    Call this when the application starts to ensure consistency

    GetIndexedFormat(IndexFormat)

    Lookup format by the index format enum

    Declaration
    MediaFormatBase GetIndexedFormat(IndexFormat indexFormat)
    Parameters
    Type Name Description
    IndexFormat indexFormat
    Returns
    Type Description
    MediaFormatBase
    In This Article
    Back to top (c) Meriworks 2002-2022