Click or drag to resize

UrlTreeBuilderAdd Method (String, String, String, String, String, String, Boolean, Boolean)

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

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
See Also