Search Results for

    Show / Hide Table of Contents

    Interface IDocumentWorkflowTrackerRepository

    Defines the method for storing the tracking for document based workflows

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

    Methods

    | Improve this Doc View Source

    IsDocumentUserAssigned(Guid, Int32)

    Gets a bool value if the user has already sent this document within the specific workflow.

    Declaration
    bool IsDocumentUserAssigned(Guid documentId, int userId)
    Parameters
    Type Name Description
    System.Guid documentId

    The document id.

    System.Int32 userId

    The user id.

    Returns
    Type Description
    System.Boolean

    A bool value to indicate if the user was assigned to the document

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