mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

WebContent_Hierarchy.Add_Single_Node Method



Add a single new node to the web hierarchy


Namespace: SobekCM.Core.WebContent.Hierarchy
Assembly: 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



Version 4.10.0 ( last generated Monday, March 7, 2016 )