Interface IDocumentMetadataTemplateRepository
Access to the DocumentMetadataTemplate
Namespace: Simplic.Document
Assembly: Simplic.Document.dll
Syntax
public interface IDocumentMetadataTemplateRepository
Methods
| Improve this Doc View SourceGetByReport(Guid)
Gets the template by telerik report id
Declaration
DocumentMetadataTemplate GetByReport(Guid reportId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | reportId | telerik report id |
Returns
Type | Description |
---|---|
DocumentMetadataTemplate | DocumentMetadataTemplate |