The XFormData type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| CreateInstance |
Loads an XFormData object.
| |
| Delete |
Deletes the object from the data layer.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetInstanceDataAttribute |
Returns the value for an attribute for an node under the instance node.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValue |
Get the value for a given node.
| |
| GetValues |
Get all values for the XFormData object.
| |
| HasAlreadyPosted |
Check if the current user has already posted the form.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Send | Overloaded. | |
| SetInstanceDataAttribute |
Updates or sets the value for an attribute for an node under the instance node.
| |
| SetPostedCookie |
Creates a cookie that is added to the Page that indicates that the form has been posted.
| |
| SetValue |
Set a value for a given key.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| ChannelName |
The unique name that is used when sending form data.
|
Properties
| Name | Description | |
|---|---|---|
| ChannelOptions |
Gets of sets the Channels that the form data should be sent to.
| |
| CustomUrl |
A url that is used to send data to when sending form data with ChannelOptions.CustomUrl.
| |
| Data |
The xml node containing the form data.
| |
| DatePosted |
The date that the form data was posted.
| |
| FormId |
The id for the form that created the form data.
| |
| Id | ||
| IsNull | ||
| MailFrom |
An e-mail address that is used for sending e-mail.
| |
| MailSubject |
A subject that is used for sending e-mail.
| |
| MailTo |
An e-mail address that is used for sending e-mail.
| |
| Name |
Gets the Internal data layer name for the XForm.
| |
| PageGuid |
The guid of the page that the form is posted from.
| |
| PageId | Obsolete.
The page id that the form is posted from.
| |
| UserName |
The name of the user that is posting the form.
|