WebContent_Basic_Info Class
Basic information, from the database, for a web content page
Namespace: SobekCM.Core.WebContentAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("webContentPageBasic")]
[ProtoContractAttribute]
[DataContractAttribute]
public class WebContent_Basic_Info |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Deleted | Flag indicates if this web content page is currently deleted within the database |
| Deleted_XML | For XML serialization, flag indicates if this web content page is currently
deleted within the database |
| Level1 | Level 1 of this recently changed static webcontent page |
| Level2 | Level 2 of this recently changed static webcontent page |
| Level3 | Level 3 of this recently changed static webcontent page |
| Level4 | Level 4 of this recently changed static webcontent page |
| Level5 | Level 5 of this recently changed static webcontent page |
| Level6 | Level 6 of this recently changed static webcontent page |
| Level7 | Level 7 of this recently changed static webcontent page |
| Level8 | Level 8 of this recently changed static webcontent page |
| Locked | Flag indicates if this web content page is currently locked so it can't be edited |
| Locked_XML | For XML serialization, flag indicates if this web content page is currently
locked so it can't be edited |
| Redirect | URL to which a request for this page should be redirected |
| Summary | Summary for this web content page, from the database |
| Title | Title for this web content page, from the database |
| WebContentID | Primary key for this web content page, from the database |
| WebContentID_XML | For XML serialization, primary key for this web content page, from the database |
See Also