This documentation is archived and is not being maintained.

UnauthorizedWebPart Constructor (String, String, String, String)

Initializes a new instance of an UnauthorizedWebPart control, called when a dynamic WebPart control (or server or user control) fails authorization.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
UnauthorizedWebPart(
	String^ originalID, 
	String^ originalTypeName, 
	String^ originalPath, 
	String^ genericWebPartID
)

Parameters

originalID
Type: System::String

A string that contains the ID of the original server or user control that was added to a WebPartZoneBase to participate in a Web Parts application.

originalTypeName
Type: System::String

A string containing the name of the original control's type.

originalPath
Type: System::String

A string containing the relative virtual path to the user control, if the original control is a user control.

genericWebPartID
Type: System::String

A string containing the ID of the GenericWebPart control that wraps the original server or user control.

The UnauthorizedWebPart constructor is called when a dynamic WebPart or other server control fails its authorization check. A dynamic control is one that is added to a page programmatically, or by a user from a catalog of Web Parts controls. The UnauthorizedWebPart constructor returns a new instance of an UnauthorizedWebPart control to replace the dynamic control that failed authorization. For more information, see UnauthorizedWebPart.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: