Engine_Database.WebContent_Add_Page Method
Add a new web content page
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static int WebContent_Add_Page(
string Level1,
string Level2,
string Level3,
string Level4,
string Level5,
string Level6,
string Level7,
string Level8,
string Username,
string Title,
string Summary,
string Redirect,
Custom_Tracer Tracer
) |
Parameters
- Level1
- Type: System..::..String
Level 1 of the URL for this web content page
- Level2
- Type: System..::..String
Level 2 of the URL for this web content page
- Level3
- Type: System..::..String
Level 3 of the URL for this web content page
- Level4
- Type: System..::..String
Level 4 of the URL for this web content page
- Level5
- Type: System..::..String
Level 5 of the URL for this web content page
- Level6
- Type: System..::..String
Level 6 of the URL for this web content page
- Level7
- Type: System..::..String
Level 7 of the URL for this web content page
- Level8
- Type: System..::..String
Level 8 of the URL for this web content page
- Username
- Type: System..::..String
Name of the user that performed this ADD (or restored of a previously deleted page)
- Title
- Type: System..::..String
Title for this new web page
- Summary
- Type: System..::..String
Summary for this new web page
- Redirect
- Type: System..::..String
If this is actually a redirect URL, this will be the URL that it should resolve to
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Int32 Primary key for this new web content page ( or -1 if ERROR )
Remarks
See Also