The CContent type exposes the following members.

Methods

  NameDescription
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Public methodCheckSecurity
Checks to see if the current user has appropriate privilege to perform requested action.
Public methodDelete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContentFiles
Gets CContentFiles that belong to this CContent.
Public methodGetContentLinks
Gets CContentLinks that belongs to this CContent.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPublishedContentId
Gets unique identifier of the most recently published version.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWorkingCopy
Gets a working version of CContent.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave()()()()
Saves the Content, along with all of its child records, to the database
Public methodSave(DataServer)
Saves the Content, along with all of its child records, to the database
Public methodSave(DataServer, Boolean)
Saves the Content, along with all of its child records, to the database
Protected methodSetWorkflowStatus(String)
Sets the ContentWorkflowStatus on the content. Only available to derived classes.
Protected methodSetWorkflowStatus(ContentWorkflowStatus)
Sets the WorkflowStatus on the content. Only available to derived classes.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
Makes sure that all of the property data passes the iMIS business rules.
(Inherited from iboBase.)
Public methodValidateContentAccess
Validates whether a specified CWebUser has access to this CContent.

See Also