Document |
The DocumentRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| GetMetadataByDocumentParent | Retrieves a single DocumentMetadata by an entity that references a single document and implements the IHasDocumentMetadata interface | |
| GetMetadataById | Retrieves a single DocumentMetadata by id | |
| GetPhysicalFileByDocumentParent | Retrieves a single physical file by an entity that references a single document and implements the IHasDocumentMetadata interface | |
| GetPhysicalFileById | Retrieves a single physical file by the id of the DocumentMetadata that represents it | |
| SaveCustomerData | Saves a physical file to a special subfolder containing per-customer documents. | |
| SaveEventData | Saves a physical file to a special subfolder containing per-event Marketing documents. | |
| SaveEventFacultyData | Saves a physical file to a special subfolder containing per-event Faculty documents. | |
| SaveEventSponsorData | Saves a physical file to a special subfolder containing per-event Sponsor documents. | |
| SaveExhibitSponsorData | Saves a physical file to a special subfolder containing per-exhibit Sponsor documents. | |
| TryGetPhysicalFile(DocumentMetadata, PhysicalFile) | Attempts to retrieve the physical file related to a DocumentMetadata | |
| TryGetPhysicalFile(IHasDocumentMetadata, PhysicalFile) | Attempts to retrieve a file by an entity that references a the file's DocumentMetadata |