The CContent type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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 | (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.) | |
| Save()()()() |
Saves the Content, along with all of its child records, to the database
| |
| Save(DataServer) |
Saves the Content, along with all of its child records, to the database
| |
| Save(DataServer, Boolean) |
Saves the Content, along with all of its child records, to the database
| |
| SetWorkflowStatus(String) |
Sets the ContentWorkflowStatus on the content. Only available to derived classes.
| |
| SetWorkflowStatus(ContentWorkflowStatus) |
Sets the WorkflowStatus on the content. Only available to derived classes.
| |
| ToString | (Inherited from Object.) | |
| Validate |
Makes sure that all of the property data passes the iMIS business rules.
(Inherited from iboBase.) | |
| ValidateContentAccess |