  | UrlTreeBuilderAdd Method (Int32, Int32, String, String, String, String, Boolean, Boolean) | 
  
    Namespace: 
   Dynamicweb.Frontend.UrlHandling
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic void Add(
	int id,
	int parentId,
	string name,
	string queryStringParameter,
	string queryStringValue,
	string pathExact,
	bool ignoreInChildPath,
	bool ignoreParentPath
)
Public Sub Add ( 
	id As Integer,
	parentId As Integer,
	name As String,
	queryStringParameter As String,
	queryStringValue As String,
	pathExact As String,
	ignoreInChildPath As Boolean,
	ignoreParentPath As Boolean
)
Parameters
- id
 - Type: SystemInt32
 - parentId
 - Type: SystemInt32
 - name
 - Type: SystemString
 - queryStringParameter
 - Type: SystemString
 - queryStringValue
 - Type: SystemString
 - pathExact
 - Type: SystemString
 - ignoreInChildPath
 - Type: SystemBoolean
 - ignoreParentPath
 - Type: SystemBoolean
 
See Also