Click or drag to resize
AttachmentInfoProviderGetAttachmentInfoInternal Method (Int32, Guid)
Gets the attachment by the document ID and attachment GUID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual AttachmentInfo GetAttachmentInfoInternal(
	int documentId,
	Guid attachmentGuid
)

Parameters

documentId
Type: SystemInt32
Document ID
attachmentGuid
Type: SystemGuid
GUID of the attachment

Return Value

Type: AttachmentInfo
See Also