System.Web
2.0.0.0
System.Configuration.ConfigurationElement
provides configuration support for personalization options for Web Parts, such as the personalization provider and personalization authorizations.
Allows you to specify the personalization provider and set personalization authorizations. This class cannot be inherited.
Constructor
This constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. An instance of this class is available from the property.
Initializes a new instance of the class using default settings.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("authorization")
System.Web.Configuration.WebPartsPersonalizationAuthorization
To be added.
There must be at least one valid verb associated with each object in the collection.
Gets an object containing the Web Parts personalization authorizations for the current Web application.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetSqlPersonalizationProvider")
System.Configuration.StringValidator(MinLength=1)
System.String
To be added.
The property contains the Web Parts personalization providers for the current Web application.
Gets or sets the name of the default Web Parts personalization provider.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("providers")
System.Configuration.ProviderSettingsCollection
To be added.
Web Parts personalization providers can only be defined at the Web-application level (in a Web.config file).
Gets a collection that contains the Web Parts personalization providers for the current Web application.
2.0.0.0