Click or drag to resize
OnSiteEditHelper Class
On-site editing helper methods
Inheritance Hierarchy
SystemObject
  CMS.ControlsOnSiteEditHelper

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public class OnSiteEditHelper

The OnSiteEditHelper type exposes the following members.

Constructors
  NameDescription
Public methodOnSiteEditHelper
Top
Properties
  NameDescription
Public propertyStatic memberWebPartPropertiesPageUrl
Gets the full url to the web part properties page (WebPartProperties.aspx).
Top
Methods
  NameDescription
Public methodStatic memberGetEditDialogURL
Creates URL for edit dialog
Public methodStatic memberGetEmptyEditableWebPartTag
Gets the empty editable web part span tag.
Public methodStatic memberGetOnSiteEditEndTag
Gets the end tag for the on-site editing envelope.
Public methodStatic memberGetOnSiteEditStartTag(PageInfo, String, String, Object)
Gets the on site edit start tag for ASPX mode.
Public methodStatic memberGetOnSiteEditStartTag(PageInfo, String, String, WebPartInstance, String, Boolean, Object)
Gets the start tag for the on-site editing envelope for Portal engine mode.
Top
See Also