The CContent type exposes the following members.

Properties

  NameDescription
Public propertyContentHtml
Gets CContentHtml that belongs to this CContent.
Public propertyContentId
Gets an identifier for CContent.
Public propertyDescription
Gets or sets description.
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyFileCount
Gets the number of CContentFile associated with this CContent.
Public propertyHasContentHtml
Gets a boolean value indicating whether this content has CContentHtml.
Public propertyKeywords
Gets or sets keywords.
Public propertyLastUpdatedProducer
Gets the CContentProducer who lasted updated the content.
Public propertyLinkCount
Gets the number of CContentLink associated with this CContentLink.
Public propertyMembersOnly
Gets or sets a boolean value indicating whether this CContent is restricted to loggedin users.
Public propertyName
Gets or sets the name of CContent.
Public propertyNavMenu
Gets an instance of CNavMenu which this CContent belongs to.
Public propertyNavMenuId
Gets or sets the identifier of CNavMenu which this CContent belongs to.
Public propertyOpenInNewWindow
Gets or sets a boolean value indicating whether this CContent should be opened in a new window.
Public propertyPostFuseURL
Gets URL to the content after it is published.
Public propertyPreFuseURL
Gets URL to the content before it is published.
Public propertyPreviousContent
Gets the previous version of the CContent using the PreviousContentId property.
Public propertyPreviousContentId
Unique identifier of content that's previous version of the current content.
Public propertyProducerAuthority
Gets the CProducerAuthority of the CContent
Public propertyProducerId
Gets an identifier of the CContentProducer who last updated the content.
Public propertySecurityGroups
Gets an array of CSecurityGroup which this CContent belongs to.
Public propertyShowInTemplate
Gets or sets a boolean value indicating whether this CContent is displayed within a template.
Public propertySortOrder
Gets SortOrder of the CContent
Public propertyWebsiteKey
Gets the unique identifier of the website to which this CContent belongs
Public propertyWorkflowStatus
Gets workflow status of content

See Also