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
Code Details >> Core >> WebContent >> WebContent_Basic_Info

WebContent_Basic_Info Class



Basic information, from the database, for a web content page


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

System..::..Object
  SobekCM.Core.WebContent..::..WebContent_Basic_Info

Constructors

  NameDescription
Public methodWebContent_Basic_Info()()()()
Constructor for a new instance of the Web_Content_Basic_Info class
Public methodWebContent_Basic_Info(Int32, String, String, Boolean, String)
Constructor for a new instance of the Web_Content_Basic_Info class

Methods

  NameDescription
Public methodShouldSerializeDeleted_XML
Method suppresses XML Serialization of the Deleted_XML property if it is NULL
Public methodShouldSerializeWebContentID_XML
Method suppresses XML Serialization of the WebContentID_XML property if it is NULL

Properties

  NameDescription
Public propertyDeleted
Flag indicates if this web content page is currently deleted within the database
Public propertyDeleted_XML
For XML serialization, flag indicates if this web content page is currently deleted within the database
Public propertyLevel1
Level 1 of this recently changed static webcontent page
Public propertyLevel2
Level 2 of this recently changed static webcontent page
Public propertyLevel3
Level 3 of this recently changed static webcontent page
Public propertyLevel4
Level 4 of this recently changed static webcontent page
Public propertyLevel5
Level 5 of this recently changed static webcontent page
Public propertyLevel6
Level 6 of this recently changed static webcontent page
Public propertyLevel7
Level 7 of this recently changed static webcontent page
Public propertyLevel8
Level 8 of this recently changed static webcontent page
Public propertyLocked
Flag indicates if this web content page is currently locked so it can't be edited
Public propertyLocked_XML
For XML serialization, flag indicates if this web content page is currently locked so it can't be edited
Public propertyRedirect
URL to which a request for this page should be redirected
Public propertySummary
Summary for this web content page, from the database
Public propertyTitle
Title for this web content page, from the database
Public propertyWebContentID
Primary key for this web content page, from the database
Public propertyWebContentID_XML
For XML serialization, primary key for this web content page, from the database

See Also



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