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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.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