AttachmentInfoProviderGetAttachmentInfoInternal Method (Int32, Guid) |
Gets the attachment by the document ID and attachment GUID.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual AttachmentInfo GetAttachmentInfoInternal(
int documentId,
Guid attachmentGuid
)
Parameters
- documentId
- Type: SystemInt32
Document ID - attachmentGuid
- Type: SystemGuid
GUID of the attachment
Return Value
Type:
AttachmentInfoSee Also