WebPartPersonalization::GetAuthorizationFilter Method
Retrieves the authorization filter, if any, associated with the specified Web Parts control.
Assembly: System.Web (in System.Web.dll)
Parameters
- webPartID
- Type: System::String
The ID of the Web Parts control associated with the filter to be retrieved.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to retrieve an authorization filter when IsEnabled is false by calling this method too early in the page life cycle. - or - An attempt was made to retrieve an authorization filter and no personalization state has been loaded. - or The personalization state returned from the data store was nullptr. |
| ArgumentException | webPartID is nullptr or an empty string (""). |
This method retrieves the authorization filter, if any, associated with the Web Parts control identified by webPartID. Each Web Parts control that is serialized and managed by personalization is associated with a webPartID parameter. At run time, a page's WebPartManager control can filter the controls displayed on a page by determining whether each Web Parts control is authorized. This authorization information is stored as a string in the data associated with each Web Parts control.
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.