Search Results for

    Show / Hide Table of Contents

    Interface IDocumentWorkflowUserRepository

    Defines the methods for storing the users in a document workflow

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

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Gets a DocumentWorkflowUser based on a user id

    Declaration
    DocumentWorkflowUser Get(int userId)
    Parameters
    Type Name Description
    System.Int32 userId

    The key for a user

    Returns
    Type Description
    DocumentWorkflowUser

    A user based on the id

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