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

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

Parameters

attachmentGuid
Type: System.Guid
Attachment GUID

Return Value

Type: AttachmentInfo
See Also