Click or drag to resize

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
)

Parameters

navigationTag
Type: SystemString
The navigation tag ([!:Page.NavigationTag]).

Return Value

Type: Int32
The first area page with the specified navigationtag. If no page is found, 0 is returned
See Also