Search Results for

    Show / Hide Table of Contents

    Interface IDocumentWorkflowStateProviderRepository

    Defines method for storing a state provider in a document based workflow

    Namespace: Simplic.FileStructure.Workflow
    Assembly: Simplic.FileStructure.Workflow.dll
    Syntax
    public interface IDocumentWorkflowStateProviderRepository

    Methods

    | Improve this Doc View Source

    IsDocumentInWorkflowCompleted(Guid, Guid)

    Returns a bool based on the document id and the workflow id
    True if the state of this document in this workflow is completed.

    Declaration
    bool IsDocumentInWorkflowCompleted(Guid documentId, Guid workflowId)
    Parameters
    Type Name Description
    System.Guid documentId

    Guid of the document

    System.Guid workflowId

    Guid of the workflow

    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx