Click or drag to resize

UrlTreeBuilderAddNode Method (String, String, String, String, String, String, Boolean, Boolean, String, Boolean)

Namespace:  Dynamicweb.Frontend.UrlHandling
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public void AddNode(
	string id,
	string parentId,
	string name,
	string queryStringParameter,
	string queryStringValue,
	string pathExact,
	bool ignoreInChildPath,
	bool ignoreParentPath,
	string queryStringExact,
	bool ignoreParentQueryString
)

Parameters

id
Type: SystemString
parentId
Type: SystemString
name
Type: SystemString
queryStringParameter
Type: SystemString
queryStringValue
Type: SystemString
pathExact
Type: SystemString
ignoreInChildPath
Type: SystemBoolean
ignoreParentPath
Type: SystemBoolean
queryStringExact
Type: SystemString
ignoreParentQueryString
Type: SystemBoolean
See Also