CategoryDetail members
Renders category detail in a Web Part.
The CategoryDetail type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CategoryDetail | Initializes a new instance of the CategoryDetail class. |
Top
Properties
Name | Description | |
---|---|---|
CacheKey | Gets the key of the cache item that is used to store the CategoryDetail Web Part in the Web Part cache. (Overrides CacheableWebPartCacheKey().) | |
CategoryID | Gets or sets a globally unique identifier (GUID) string for the CategoryDetail Web Part. | |
LargeImageHeight | Gets or sets the height of the large images displayed in the CategoryDetail Web Part. | |
LargeImageWidth | Gets or sets the width of the large images displayed in the CategoryDetail Web Part. | |
ShowContactPicture | Gets or sets a value that indicates whether the Web Part should display the contact picture. | |
ShowTitle | Gets or sets a value that indicates whether the Web Part should display the category title. |
Top
Methods
Name | Description | |
---|---|---|
OnInit | Handles the Init event. (Overrides WebPart.OnInit(EventArgs).) | |
OnLoad | Handles the Load event. (Overrides WebPartLocOnLoad(Object, EventArgs).) | |
RenderWebPart | Renders the CategoryDetail control. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).) |
Top