DocumentHelperGetAttachment Method (Guid, String, Boolean) |
Returns the latest version of the specified attachment.
Returns only an attachment which is not a variant. For an attachment variant returns null.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public static DocumentAttachment GetAttachment(
Guid attachmentGuid,
string siteName,
bool includeBinary = true
)
Parameters
- attachmentGuid
- Type: SystemGuid
Attachment GUID - siteName
- Type: SystemString
Site name - includeBinary (Optional)
- Type: SystemBoolean
Indicates whether binary data should be included.
Return Value
Type:
DocumentAttachmentSee Also