Click or drag to resize

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

Note: This API is now obsolete.

Namespace:  Dynamicweb.Frontend.UrlHandling
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use AddNode instead.")]
public void Add(
	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