Returns attachment binary and optionally store it in file system.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- guid
- Type: System Guid
GUID of the attachment to get
- id
- Type: System Int32
ID of the attachment to get
- siteName
- Type: System String
Site name
- storeInFileSystem
- Type: System Boolean
If true, given attachment is stored in file system
Return Value
Type: ByteAttachment binary.
See Also