The CContentProducer type exposes the following members.

Constructors

  NameDescription
CContentProducer
Constructor to instantiate existing Content Producer.

Methods

  NameDescription
CheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
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.)
GetContentProducer
Gets the CContentProducer for the associated CWebUser if one exists.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetToolbarType
Gets the ContentToolbarType for the string passed in.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.)

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
AlwaysModify
Gets or sets the option which determines whether the CContentProducer must click the Modify button to edit Approved or Published CContent
ContentEditEditorProperties
Gets or sets the option which determines where the CContentProducer goes when they choose to edit an existing CContent.
ContentNewEditorProperties
Gets or sets the option which determines where the CContentProducer goes when they choose to create a new CContent.
ContentToolbarType
Gets or sets the option which determines which version of the toolbar the user will start with when working with CContent
DefaultOwner
Gets or sets the option which specifies describe who will become the default owner when the CContentProducer creates new CContent.
DefaultOwnerProducerId
Gets or sets the ProducerId of the default owner when the CContentProducer creates new CContent.
DefaultReminderDays
Gets or sets the default setting for reminders in any new CContent created by the CContentProducer.
DefaultWebsiteKey
Gets or sets the unique identifier for the CWebsite the CContentProducer will see by default when they first click on the Site Navigation link in the administrative interface.
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.)
FirstName
Gets the first name of the CContentProducer.
LastName
Gets the last name of the CContentProducer.
NavEditEditorProperties
Gets or sets the option which determines where the CContentProducer goes when they choose to edit an existing CNavMenu.
NavNewEditorProperties
Gets or sets the option which determines where the CContentProducer goes when they choose to create a new CNavMenu.
ProducerId
Gets an identifier for CContentProducer.
PublishDescendants
Gets or sets the options to automatically publish and child CNavMenu items when publishing a parent CNavMenu.
ShowProgressWindow
Gets or sets the option which determines whether the CContentProducer sees a pop-up progress window during publishing.
ShowPublishOptionWindow
Gets or sets the option to see options when publishing CNavMenu.
UseWysiwigEditor
Gets or sets the option of using a WYSIWYG editor or a simple text box when editing HTML CContent.
WarnMissingTag
Gets or sets the option to show a warning when creating CContent within a content folder without tagging it.

See Also