| UploaderHelperAttachmentArgsStruct Structure | 
Namespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic struct AttachmentArgsStruct
The UploaderHelperAttachmentArgsStruct type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|  | AttachmentGroupGuid | 
            Guid of the attachment group.
             | 
|  | AttachmentGUID | 
            Guid of the attachment.
             | 
|  | AttachmentGuidColumnName | 
            Name of the column with guid.
             | 
|  | DocumentID | 
            ID of the document.
             | 
|  | FieldAttachment | 
            Indicates whether it is field attachment.
             | 
|  | FormGuid | 
            Guid of the form.
             | 
|  | NodeClassName | 
            Name of the node class.
             | 
|  | ParentNodeID | 
            ID of the parent node.
             | 
 See Also
See Also