RssTextInput Class ReferenceMulti-purpose channel element for the purpose of allowing users to submit queries back to the publisher's site.
More...
Inheritance diagram for RssTextInput:
List of all members.
|
Public Member Functions |
|
| RssTextInput () |
| | Initialize a new instance of the RssTextInput class.
|
Properties |
| string | Title |
| | The label of the submit button in the text input area.
|
| string | Description |
| | Explains the text input area.
|
| string | Name |
| | The name of the text object in the text input area.
|
| Uri | Link |
| | The URL of the script that processes text input requests.
|
Detailed Description
Multi-purpose channel element for the purpose of allowing users to submit queries back to the publisher's site.
Typically for a search or subscription
Property Documentation
string Description [get, set] |
|
|
|
Explains the text input area.
Maximum length is 500 (For RSS 0.91) |
|
|
The URL of the script that processes text input requests.
Maximum length is 500 (For RSS 0.91) |
|
|
The name of the text object in the text input area.
Maximum length is 20 (For RSS 0.91). |
|
|
The label of the submit button in the text input area.
Maximum length is 100 (For RSS 0.91) |
The documentation for this class was generated from the following file:
|