The CContent type exposes the following members.

Constructors

  NameDescription
CContentOverloaded.

Methods

  NameDescription
CheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
CheckSecurity
Checks to see if the current user has appropriate privilege to perform requested action.
Delete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetContentFiles
Gets CContentFiles that belong to this CContent.
GetContentLinks
Gets CContentLinks that belongs to this CContent.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetPublishedContentId
Gets unique identifier of the most recently published version.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetWorkingCopy
Gets a working version of CContent.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SaveOverloaded.
SetWorkflowStatusOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Validate
Makes sure that all of the property data passes the iMIS business rules.
(Inherited from iboBase.)
ValidateContentAccess
Validates whether a specified CWebUser has access to this CContent.

Fields

  NameDescription
mEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
mErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)

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