Click or drag to resize

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

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

Parameters

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