WebPartPermissionAttribute Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Allows security actions for the WebPartPermission to be applied to code using declarative security. This class cannot be inherited.
The WebPartPermissionAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPartPermissionAttribute | Obsolete. Initializes a new instance of the WebPartPermissionAttribute class With the specified SecurityAction. |
Top
Properties
Name | Description | |
---|---|---|
Action | (Inherited from SecurityAttribute.) | |
Connections | Obsolete. Gets or sets a value that determines whether Web Part to Web Part connections are allowed. | |
TypeId | (Inherited from Attribute.) | |
Unrestricted | Obsolete. Gets or sets a value indicating whether full (unrestricted) permission is declared to the resource protected by the attribute. |
Top
Methods
Name | Description | |
---|---|---|
CreatePermission | Obsolete. Creates and returns a new WebPartPermission object. (Overrides SecurityAttribute.CreatePermission().) | |
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top