Click or drag to resize
WebPartAccessDeniedAddInfoControls Method
Adds the info controls to the given control

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void AddInfoControls(
	Control parent,
	string title
)

Parameters

parent
Type: System.Web.UIControl
Parent control
title
Type: SystemString
Error title
See Also