AttachmentInfoProvider GetAttachmentInfo Method (Int32, Boolean)Kentico 8.1 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.1.5347.20411)

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