Click or drag to resize
BasicFormGetAttachment Method
Returns attachment info and raises OnGetAttachment event.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public AttachmentInfo GetAttachment(
	Guid attachmentGuid
)

Parameters

attachmentGuid
Type: SystemGuid
Attachment GUID

Return Value

Type: AttachmentInfo
See Also