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: 8.2.23
Syntax
C#
public class OnSiteEditHelper

The OnSiteEditHelper type exposes the following members.

Constructors
  NameDescription
Public methodOnSiteEditHelper
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyStatic memberWebPartPropertiesPageUrl
Gets the full url to the web part properties page (WebPartProperties.aspx).
Top
See Also