summaryM:DotNetNuke.Entities.Urls.FriendlyUrlController.GetTabs(System.Int32,System.Boolean)
Namespace: DotNetNuke.Entities.UrlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static Dictionary<int, TabInfo> GetTabs( int portalId, bool includeStdUrls ) |
Visual Basic |
---|
Public Shared Function GetTabs ( portalId As Integer, includeStdUrls As Boolean ) As Dictionary(Of Integer, TabInfo) |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Urls.FriendlyUrlController.GetTabs(System.Int32,System.Boolean)
- includeStdUrls
- Type: System..::..Boolean
paramincludeStdUrlsM:DotNetNuke.Entities.Urls.FriendlyUrlController.GetTabs(System.Int32,System.Boolean)