The CoreSitemapProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CoreSitemapProvider | DotNetNuke.Services.Sitemap.CoreSitemapProvider |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPriority |
When page level priority is used, the priority for each page will be computed from
the hierarchy level of the page.
Top level pages will have a value of 1, second level 0.9, third level 0.8, ...
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUrls |
Includes page urls on the sitemap
(Overrides SitemapProvider..::..GetUrls(Int32, PortalSettings, String).) | |
| IsTabPublic | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| Description | (Inherited from SitemapProvider.) | |
| Enabled | (Inherited from SitemapProvider.) | |
| Name | (Inherited from SitemapProvider.) | |
| OverridePriority | (Inherited from SitemapProvider.) | |
| Priority | (Inherited from SitemapProvider.) |