Set the parent of the current category.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
void SetParent( string categoryId, string parentCategoryId ) |
| Visual Basic |
|---|
Sub SetParent ( _ categoryId As String, _ parentCategoryId As String _ ) |
| Visual C++ |
|---|
void SetParent( String^ categoryId, String^ parentCategoryId ) |
Parameters
- categoryId
- Type: System..::..String
ID of category to which the parent ID will be set.
- parentCategoryId
- Type: System..::..String
ID of parent category.