WebContent_Basic_Info Constructor (Int32, String, String, Boolean, String)
Constructor for a new instance of the Web_Content_Basic_Info class
Namespace: SobekCM.Core.WebContentAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public WebContent_Basic_Info(
int WebContentID,
string Title,
string Summary,
bool Deleted,
string Redirect
) |
Parameters
- WebContentID
- Type: System..::..Int32
Primary key for this web content page, from the database
- Title
- Type: System..::..String
Title for this web content page, from the database
- Summary
- Type: System..::..String
Summary for this web content page, from the database
- Deleted
- Type: System..::..Boolean
Flag indicates if this web content page is currently deleted within the database
- Redirect
- Type: System..::..String
URL to which a request for this page should be redirected
See Also