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

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