Click or drag to resize

PageServiceGetPageByNavigationTag Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public Page GetPageByNavigationTag(
	int areaId,
	string navigationTag
)

Parameters

areaId
Type: SystemInt32
navigationTag
Type: SystemString

Return Value

Type: Page

Implements

IPageServiceGetPageByNavigationTag(Int32, String)
See Also