Engine_Database.WebContent_Edit_Page Method
Edit an existing 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 bool WebContent_Edit_Page(
int WebContentID,
string Title,
string Summary,
string Redirect,
string User,
string MilestoneText,
Custom_Tracer Tracer
) |
Parameters
- WebContentID
- Type: System..::..Int32
Primary key to the existing web content page
- Title
- Type: System..::..String
New title for this web page
- Summary
- Type: System..::..String
New 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
- User
- Type: System..::..String
User who edited this page or redirect
- MilestoneText
- Type: System..::..String
Specific text for the milestone
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also