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 SourceGetByExtension(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 |