Click or drag to resize
WebPartAccessDenied.AddInfoControls 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.UI.Control
Parent control
title
Type: System.String
Error title
See Also