Search Results for

    Show / Hide Table of Contents

    Interface IDocumentTypeRepository

    Interface for an repository to load, save and delete document types form the database

    Namespace: Simplic.Document
    Assembly: Simplic.Document.dll
    Syntax
    public interface IDocumentTypeRepository

    Methods

    | Improve this Doc View Source

    GetByExtension(String)

    Gets a document type by a file extension

    Declaration
    DocumentType GetByExtension(string fileExtension)
    Parameters
    Type Name Description
    System.String fileExtension

    string that represents the file extension

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