Method | Description | |
---|---|---|
AddUrl ( SeoUrlInfo url ) : void |
Adds a url as child of the root url.
|
|
AddUrl ( SeoUrlInfo url, SeoUrlInfo parent ) : void |
Adds a url as a child of another url.
|
|
AddUrl ( SeoUrlInfo url, SeoUrlInfo parent, int preferredDisplayOrder ) : void |
Adds a url as a child of another url, and sets the order with which to display the url.
|
|
AddUrl ( SeoUrlInfo url, int preferredDisplayOrder ) : void |
Adds a url as a child of the root url and sets the order with which the url should be displayed.
|
|
GetChildren ( string urlKey ) : ReadOnlyCollection |
Gets the children of the specified url.
|
|
SeoSiteMapBuilderService ( ) : System |
Initialize a new instance of SeoSiteMapBuilderService.
|
Method | Description | |
---|---|---|
AddChildurls ( |
||
AddurlWithOrder ( string parentKey, SeoUrlInfo url, int preferredDisplayOrder ) : void | ||
FormatISODate ( System.DateTime date ) : string | ||
SafeAddurl ( SeoUrlInfo url ) : void | ||
SeoXml ( ) : string | ||
WriteSiteMapurlEntry ( |
public AddUrl ( SeoUrlInfo url ) : void | ||
url | SeoUrlInfo | The url to add. |
return | void |
public AddUrl ( SeoUrlInfo url, SeoUrlInfo parent ) : void | ||
url | SeoUrlInfo | The url to add. |
parent | SeoUrlInfo | The url under which to add the new url. |
return | void |
public AddUrl ( SeoUrlInfo url, SeoUrlInfo parent, int preferredDisplayOrder ) : void | ||
url | SeoUrlInfo | The url to add. |
parent | SeoUrlInfo | The url under which to add the new url. |
preferredDisplayOrder | int | The url display order. |
return | void |
public AddUrl ( SeoUrlInfo url, int preferredDisplayOrder ) : void | ||
url | SeoUrlInfo | The url to add. |
preferredDisplayOrder | int | The url display order. |
return | void |
public GetChildren ( string urlKey ) : ReadOnlyCollection |
||
urlKey | string | The key of the parent url. |
return | ReadOnlyCollection |