CategoryPicker members
Enables a user to pick one or more areas graphically.
The CategoryPicker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CategoryPicker | Initializes a new instance of the CategoryPicker class. |
Top
Properties
Name | Description | |
---|---|---|
AccessKeyLocId | Gets or sets the identifier (ID) of the access key. | |
AnchorID | Gets or sets the ID of the area from which to anchor the listings. | |
AutoPostBack | Gets or sets a value that indicates whether the control posts information back to the server every time a user closes the CategoryPicker control. | |
ButtonID | Gets or sets the button ID. | |
CallBackMethodName | Gets or sets the name of the method to call for client scripts if the user makes changes. | |
Enabled | Gets or sets a value that indicates whether the web server control is enabled. | |
InitialSelectedID | Gets or sets a value that indicates whether a user is allowed to set the preselected area when the area picker first starts. | |
LinkCSSClass | Gets or sets the area template. | |
Mode | Gets or sets the display listings on the portal site according to keyword or area. | |
MultiSelect | Gets or sets a value that indicates whether a user can associate a listing with more than one area. | |
SelectedCategories | Gets the IDs of selected areas on the portal site to associate with a listing. | |
SelectedCategoryPathes | Gets the selected paths of the areas on the portal site to associate with a listing. | |
SupportClientSideCallback | Gets or sets a value that indicates whether client-side callback is supported. | |
TextLocId | Gets or sets the location ID of the picker link text. |
Top
Methods
Name | Description | |
---|---|---|
Render | Renders the web server control content to the specified HtmlTextWriter object. (Overrides Control.Render(HtmlTextWriter).) |
Top
Fields
Name | Description | |
---|---|---|
AllowEmpty | Specifies a value that indicates whether no selection is allowed. | |
OverrideIsPostBackValue | Specifies a value that indicates whether the control should ignore the value of the Page.IsPostBack property and assume that Page.IsPostBack is false for the rest of the correct post. | |
ParseUrlForID | Specifies that the Web Part parses the URL to determine the preselected area. | |
PurposeMoveCat | Specifies a value that indicates whether the purpose of this picker is to move areas. |
Top