Click or drag to resize
AttachmentInfoProviderGetAttachmentInfo Method (Int32, Boolean)
Returns the AttachmentInfo structure for the specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
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: AttachmentInfo
See Also