CMSAbstractTransformationGetSitemapItem Method |
Returns sitemap XML element for specified type (loc, lastmod, changefreq, priority).
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public string GetSitemapItem(
string type
)
Parameters
- type
- Type: SystemString
Specify xml sitemap type (loc, lastmod, changefreq, priority)
Return Value
Type:
StringSee Also