System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs Members

The members of System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
AuthorizationFilterstring.

Gets the string value assigned to the WebPart.AuthorizationFilter property of a System.Web.UI.WebControls.WebParts.WebPart control, used for authorizing whether a control can be added to a page.

IsAuthorizedbool.

Gets or sets the value indicating whether a Web Parts control can be added to a page.

[read-only]
IsSharedbool.

Gets a value that indicates whether a Web Parts control is visible to all users of a Web Parts page.

[read-only]
Pathstring.

Gets the relative application path to the source file for the control being authorized, if the control is a user control.

[read-only]
TypeType.

Gets the Type of the Web Parts control being checked for authorization.