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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static AttachmentInfo GetAttachmentInfo(
	int documentId,
	Guid attachmentGuid
)

Parameters

documentId
Type: System.Int32
Document ID
attachmentGuid
Type: System.Guid
GUID of the attachment

Return Value

Type: AttachmentInfo
See Also