Click or drag to resize

DocumentRepository Methods

The DocumentRepository type exposes the following members.

Methods
 NameDescription
Public methodGetMetadataByDocumentParent Retrieves a single DocumentMetadata by an entity that references a single document and implements the IHasDocumentMetadata interface
Public methodGetMetadataById Retrieves a single DocumentMetadata by id
Public methodGetPhysicalFileByDocumentParent Retrieves a single physical file by an entity that references a single document and implements the IHasDocumentMetadata interface
Public methodGetPhysicalFileById Retrieves a single physical file by the id of the DocumentMetadata that represents it
Public methodSaveCustomerData Saves a physical file to a special subfolder containing per-customer documents.
Public methodSaveEventData Saves a physical file to a special subfolder containing per-event Marketing documents.
Public methodSaveEventFacultyData Saves a physical file to a special subfolder containing per-event Faculty documents.
Public methodSaveEventSponsorData Saves a physical file to a special subfolder containing per-event Sponsor documents.
Public methodSaveExhibitSponsorData Saves a physical file to a special subfolder containing per-exhibit Sponsor documents.
Public methodTryGetPhysicalFile(DocumentMetadata, PhysicalFile) Attempts to retrieve the physical file related to a DocumentMetadata
Public methodTryGetPhysicalFile(IHasDocumentMetadata, PhysicalFile) Attempts to retrieve a file by an entity that references a the file's DocumentMetadata
Top
See Also