Click or drag to resize
OnSiteEditStartTagConfiguration Class
Encapsulates configuration properties needed to render an opening tag of On-Site edit envelope.
Inheritance Hierarchy
SystemObject
  CMS.PortalEngine.Web.UIOnSiteEditStartTagConfiguration

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public sealed class OnSiteEditStartTagConfiguration

The OnSiteEditStartTagConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodOnSiteEditStartTagConfiguration
Top
Properties
  NameDescription
Public propertyControlObject
The current control object (must be defined in ASPX mode).
Public propertyCurrentUser
Represents currently authenticated user.
Public propertyDialogWidth
Width of the edit dialog.
Public propertyEditUrl
The edit page URL used for edit dialog.
Public propertyPage
The page being edited.
Public propertyWebPartInstance
The web part instance.
Public propertyWebPartIsEditable
Indicates whether the web part is editable.
Public propertyWebPartTitle
The web part title.
Top
See Also