Click or drag to resize
OnSiteEditHelperGetOnSiteEditStartTag Method
Gets the start tag for the on-site editing envelope. It's rendered if the user specified in property CurrentUser of the tagConfig parameter is either authorized to edit the specified page or is a designer.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static string GetOnSiteEditStartTag(
	OnSiteEditStartTagConfiguration tagConfig
)

Parameters

tagConfig
Type: CMS.PortalEngine.Web.UIOnSiteEditStartTagConfiguration
The object contains configuration data of how the On-site Edit start tag will be rendered.

Return Value

Type: String
See Also