The CContentProducer type exposes the following members.

Constructors

  NameDescription
Public methodCContentProducer
Constructor to instantiate existing Content Producer.

Methods

  NameDescription
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
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 methodStatic memberGetContentProducer
Gets the CContentProducer for the associated CWebUser if one exists.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetToolbarType
Gets the ContentToolbarType for the string passed in.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.)

Fields

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

Properties

  NameDescription
Public propertyAlwaysModify
Gets or sets the option which determines whether the CContentProducer must click the Modify button to edit Approved or Published CContent
Public propertyContentEditEditorProperties
Gets or sets the option which determines where the CContentProducer goes when they choose to edit an existing CContent.
Public propertyContentNewEditorProperties
Gets or sets the option which determines where the CContentProducer goes when they choose to create a new CContent.
Public propertyContentToolbarType
Gets or sets the option which determines which version of the toolbar the user will start with when working with CContent
Public propertyDefaultOwner
Gets or sets the option which specifies describe who will become the default owner when the CContentProducer creates new CContent.
Public propertyDefaultOwnerProducerId
Gets or sets the ProducerId of the default owner when the CContentProducer creates new CContent.
Public propertyDefaultReminderDays
Gets or sets the default setting for reminders in any new CContent created by the CContentProducer.
Public propertyDefaultWebsiteKey
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.
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyFirstName
Gets the first name of the CContentProducer.
Public propertyLastName
Gets the last name of the CContentProducer.
Public propertyNavEditEditorProperties
Gets or sets the option which determines where the CContentProducer goes when they choose to edit an existing CNavMenu.
Public propertyNavNewEditorProperties
Gets or sets the option which determines where the CContentProducer goes when they choose to create a new CNavMenu.
Public propertyProducerId
Gets an identifier for CContentProducer.
Public propertyPublishDescendants
Gets or sets the options to automatically publish and child CNavMenu items when publishing a parent CNavMenu.
Public propertyShowProgressWindow
Gets or sets the option which determines whether the CContentProducer sees a pop-up progress window during publishing.
Public propertyShowPublishOptionWindow
Gets or sets the option to see options when publishing CNavMenu.
Public propertyUseWysiwigEditor
Gets or sets the option of using a WYSIWYG editor or a simple text box when editing HTML CContent.
Public propertyWarnMissingTag
Gets or sets the option to show a warning when creating CContent within a content folder without tagging it.

See Also