Search Results for

    Show / Hide Table of Contents

    Interface IDocumentWorkflowStateProvider

    Represents the document workflow state provider service interface

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

    Properties

    | Improve this Doc View Source

    Name

    Gets the state provider name

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

    Methods

    | Improve this Doc View Source

    ResolveDocumentWorkflowState(Guid, Guid)

    Returns the document workflow state based on a document id and a workflow id

    Declaration
    DocumentWorkflowState ResolveDocumentWorkflowState(Guid documentId, Guid workflowId)
    Parameters
    Type Name Description
    System.Guid documentId
    System.Guid workflowId
    Returns
    Type Description
    DocumentWorkflowState
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx