  | UrlTreeBuilderAdd Method (String, String, String, String, String, String, Boolean, Boolean) | 
  
    Namespace: 
   Dynamicweb.Frontend.UrlHandling
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic void Add(
	string id,
	string parentId,
	string name,
	string queryStringParameter,
	string queryStringValue,
	string pathExact,
	bool ignoreInChildPath,
	bool ignoreParentPath
)
Public Sub Add ( 
	id As String,
	parentId As String,
	name As String,
	queryStringParameter As String,
	queryStringValue As String,
	pathExact As String,
	ignoreInChildPath As Boolean,
	ignoreParentPath As Boolean
)
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