| TemplateBaseTGetPageIdByNavigationTag Method |
Gets the page id with the specified navigation tag.
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax public int GetPageIdByNavigationTag(
string navigationTag
)
Public Function GetPageIdByNavigationTag (
navigationTag As String
) As Integer
Parameters
- navigationTag
- Type: SystemString
The navigation tag ([!:Page.NavigationTag]).
Return Value
Type:
Int32The first area page with the specified navigationtag. If no page is found, 0 is returned
See Also