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.
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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.