| 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
)
Public Sub Add (
id As Integer,
parentId As Integer,
name As String,
queryStringParameter As String,
queryStringValue As Integer,
pathExact As String,
ignoreInChildPath As Boolean,
ignoreParentPath As Boolean
)
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