Click or drag to resize
WebPartErrorGetErrorTitle Method
Gets the title for the web part error

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 GetErrorTitle(
	bool isWidget,
	WebPartInstance instance,
	string id
)

Parameters

isWidget
Type: SystemBoolean
Flag whether the web part is widget or not
instance
Type: CMS.PortalEngineWebPartInstance
Web part instance
id
Type: SystemString
ID of the web part

Return Value

Type: String
See Also