AttachmentInfoProviderGetAttachmentInfo Method (Int32, Boolean) |
Returns the AttachmentInfo structure for the specified attachment.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static AttachmentInfo GetAttachmentInfo(
int attachmentId,
bool getBinary
)
Parameters
- attachmentId
- Type: SystemInt32
Attachment id - getBinary
- Type: SystemBoolean
If false, no binary data is retrieved from the database
Return Value
Type:
AttachmentInfoSee Also