WebContent_Hierarchy.Add_Single_Node Method
Add a single new node to the web hierarchy
Namespace: SobekCM.Core.WebContent.HierarchyAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Add_Single_Node(
int WebContentID,
string Redirect,
string Level1,
string Level2,
string Level3,
string Level4,
string Level5,
string Level6,
string Level7,
string Level8
) |
Parameters
- WebContentID
- Type: System..::..Int32
Primary key to the web content page to add
- Redirect
- Type: System..::..String
Redirect URL associated with the final web content page
- Level1
- Type: System..::..String
First level URL segment for the web content page to add
- Level2
- Type: System..::..String
Second level URL segment for the web content page to add
- Level3
- Type: System..::..String
Third level URL segment for the web content page to add
- Level4
- Type: System..::..String
Fourth level URL segment for the web content page to add
- Level5
- Type: System..::..String
Fifth level URL segment for the web content page to add
- Level6
- Type: System..::..String
Seventh level URL segment for the web content page to add
- Level7
- Type: System..::..String
Seventh level URL segment for the web content page to add
- Level8
- Type: System..::..String
Eighth level URL segment for the web content page to add
See Also