Search Results for

    Show / Hide Table of Contents

    Interface IArchiveProvider

    Represents the interface for providing archive functionality

    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public interface IArchiveProvider

    Methods

    | Improve this Doc View Source

    GetBlob(Guid)

    Get a blob from the archive and return as byte-array

    Declaration
    byte[] GetBlob(Guid blobGuid)
    Parameters
    Type Name Description
    System.Guid blobGuid

    Id of the blob

    Returns
    Type Description
    System.Byte[]

    Byte-array containing the blob

    | Improve this Doc View Source

    SetBlob(Guid, Byte[])

    Save blob in the archive

    Declaration
    void SetBlob(Guid blobGuid, byte[] blob)
    Parameters
    Type Name Description
    System.Guid blobGuid

    Unique id of the blob

    System.Byte[] blob

    Blob as byte array

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx