Search Results for

    Show / Hide Table of Contents

    Interface IArchiveInterface

    Inherited Members
    IViewerArchive.AddDocumentVersion(Guid, String, Byte[])
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public interface IArchiveInterface : IViewerArchive

    Properties

    | Improve this Doc View Source

    StackId

    Declaration
    Guid StackId { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StackName

    Declaration
    string StackName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Archive(String, DocCenterParameter)

    Archive a file and open UI / Document UI

    Declaration
    void Archive(string path, DocCenterParameter parameter)
    Parameters
    Type Name Description
    System.String path

    Path to the file which should be archived

    DocCenterParameter parameter

    Parameter for creating connections and so on

    | Improve this Doc View Source

    Archive(String, DocCenterParameter, Action<Guid>)

    Archive a file and open UI / Document UI

    Declaration
    void Archive(string path, DocCenterParameter parameter, Action<Guid> callback)
    Parameters
    Type Name Description
    System.String path

    Path to the file which should be archived

    DocCenterParameter parameter

    Parameter for creating connections and so on

    System.Action<System.Guid> callback

    Callback that will be executd, after a document was saved (should be the instance-data-guid)

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