Click or drag to resize
CMSEditableImage Properties

The CMSEditableImage type exposes the following members.

Properties
  NameDescription
Public propertyAlternateText
Alternative image text.
Public propertyDisplaySelectorTextBox
Display selector text box.
Protected propertyEditDialogWidth
Edit dialog width which will be opened for editing of the editable control. Used in On-site editing.
(Inherited from CMSAbstractEditableControl.)
Protected propertyEditPageUrl
Edit page URL which will be used for editing of the editable control. Used in On-site editing.
(Overrides CMSAbstractEditableControlEditPageUrl.)
Protected propertyEmptyContent
Indicates whether the control contains any editable content
(Inherited from CMSAbstractEditableControl.)
Public propertyCheckPermissions
Gets or sets the value that indicates whether the permissions are checked.
(Inherited from CMSAbstractEditableControl.)
Public propertyImageControl
Returns instance of image control.
Public propertyImageCssClass
Image CssClass.
Public propertyImageHeight
Image height.
Public propertyImageStyle
Image Style.
Public propertyImageTitle
Control title which is displayed in the editable mode.
Public propertyImageWidth
Image width.
Public propertyInheritContent
If set, the region uses the content inheritance. If the region content of the current document is empty then the content of the first non-empty parent is used. Note: The editable region does not combine content of the current document with the content of the parent documents.
(Inherited from CMSAbstractEditableControl.)
Public propertyInstanceGUID
If set, the instance guid is used as a key for the editable control, making the content available on other documents which use the same page template with this control.
(Inherited from CMSAbstractEditableControl.)
Public propertyIsLiveSite
Indicates if control is used in live site mode.
Public propertyPageManager
Page manager control.
(Inherited from CMSAbstractEditableControl.)
Public propertyResizeToHeight
Height the image should be automatically resized to after it is uploaded.
Public propertyResizeToMaxSideSize
Max side size the image should be automatically resized to after it is uploaded.
Public propertyResizeToWidth
Width the image should be automatically resized to after it is uploaded.
Public propertySelectOnlyPublished
If set, only published content is displayed on a live site.
(Inherited from CMSAbstractEditableControl.)
Protected propertySourcePageInfo
Gets the source page info
(Inherited from CMSAbstractEditableControl.)
Public propertyViewMode
Control view mode.
(Inherited from CMSAbstractEditableControl.)
Top
See Also