The properties of System.Web.UI.WebControls.WebParts.WebPartAuthorizationEventArgs are listed below. For a list of all members, see the WebPartAuthorizationEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | AuthorizationFilter | string.
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. |
IsAuthorized | bool.
Gets or sets the value indicating whether a Web Parts control can be added to a page. | |
[read-only] | IsShared | bool.
Gets a value that indicates whether a Web Parts control is visible to all users of a Web Parts page. |
[read-only] | Path | string.
Gets the relative application path to the source file for the control being authorized, if the control is a user control. |
[read-only] | Type | Type.
Gets the Type of the Web Parts control being checked for authorization. |