The CContent type exposes the following members.

Properties

  NameDescription
ContentHtml
Gets CContentHtml that belongs to this CContent.
ContentId
Gets an identifier for CContent.
Description
Gets or sets description.
EditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Errors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
ErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
FileCount
Gets the number of CContentFile associated with this CContent.
HasContentHtml
Gets a boolean value indicating whether this content has CContentHtml.
Keywords
Gets or sets keywords.
LastUpdatedProducer
Gets the CContentProducer who lasted updated the content.
LinkCount
Gets the number of CContentLink associated with this CContentLink.
MembersOnly
Gets or sets a boolean value indicating whether this CContent is restricted to loggedin users.
Name
Gets or sets the name of CContent.
NavMenu
Gets an instance of CNavMenu which this CContent belongs to.
NavMenuId
Gets or sets the identifier of CNavMenu which this CContent belongs to.
OpenInNewWindow
Gets or sets a boolean value indicating whether this CContent should be opened in a new window.
PostFuseURL
Gets URL to the content after it is published.
PreFuseURL
Gets URL to the content before it is published.
PreviousContent
Gets the previous version of the CContent using the PreviousContentId property.
PreviousContentId
Unique identifier of content that's previous version of the current content.
ProducerAuthority
Gets the CProducerAuthority of the CContent
ProducerId
Gets an identifier of the CContentProducer who last updated the content.
SecurityGroups
Gets an array of CSecurityGroup which this CContent belongs to.
ShowInTemplate
Gets or sets a boolean value indicating whether this CContent is displayed within a template.
SortOrder
Gets SortOrder of the CContent
WebsiteKey
Gets the unique identifier of the website to which this CContent belongs
WorkflowStatus
Gets workflow status of content

See Also