Returns a list of TabIds where the module provider should be called when generating friendly urls
Namespace: DotNetNuke.Entities.UrlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public List<int> TabIds { get; private set; } |
Visual Basic |
---|
Public Property TabIds As List(Of Integer) Get Private Set |