The XFormData type exposes the following members.

Constructors

  NameDescription
XFormData
Initializes a new instance of the XFormData class

Methods

  NameDescription
CreateInstance
Loads an XFormData object.
Delete
Deletes the object from the data layer.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
SendOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
ChannelName
The unique name that is used when sending form data.

Properties

  NameDescription
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.

See Also