TaggedUrlListWebPart members
Displays the URLs for items tagged with the term based on the query string of the current page.
The TaggedUrlListWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaggedUrlListWebPart | Initializes a new instance of the TaggedUrlListWebPart class. |
Top
Properties
Name | Description | |
---|---|---|
ScopeDay | Gets or sets the scope, in number of days, for items that have been tagged with the term in the query string of the current page. |
Top
Methods
Name | Description | |
---|---|---|
GetToolParts | Gets the ToolPart objects that can be used to show and modify WebPart base class properties. (Overrides WebPart.GetToolParts().) | |
OnLoad | Handles the Load event. (Overrides Control.OnLoad(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides WebPart.OnPreRender(EventArgs).) | |
Render | Renders the TaggedUrlListWebPart to the client. (Overrides WebPart.Render(HtmlTextWriter).) |
Top