Includes page urls on the sitemap
Namespace: DotNetNuke.Services.SitemapAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public override List<SitemapUrl> GetUrls( int portalId, PortalSettings ps, string version ) |
Visual Basic |
---|
Public Overrides Function GetUrls ( portalId As Integer, ps As PortalSettings, version As String ) As List(Of SitemapUrl) |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Sitemap.CoreSitemapProvider.GetUrls(System.Int32,DotNetNuke.Entities.Portals.PortalSettings,System.String)
- ps
- Type: DotNetNuke.Entities.Portals..::..PortalSettings
parampsM:DotNetNuke.Services.Sitemap.CoreSitemapProvider.GetUrls(System.Int32,DotNetNuke.Entities.Portals.PortalSettings,System.String)
- version
- Type: System..::..String
paramversionM:DotNetNuke.Services.Sitemap.CoreSitemapProvider.GetUrls(System.Int32,DotNetNuke.Entities.Portals.PortalSettings,System.String)
Return Value
returnsM:DotNetNuke.Services.Sitemap.CoreSitemapProvider.GetUrls(System.Int32,DotNetNuke.Entities.Portals.PortalSettings,System.String)
Remarks
Pages that are included:
- are not deleted
- are not disabled
- are normal pages (not links,...)
- are visible (based on date and permissions)