AttachmentInfoProvider GetAttachmentInfo Method (Int32, Boolean)Kentico 8.0 API Reference
Returns the AttachmentInfo structure for the specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

attachmentId
Type: OnlineSystem Int32
Attachment id
getBinary
Type: OnlineSystem Boolean
If false, no binary data is retrieved from the database

Return Value

Type: AttachmentInfo
See Also