The EPiServer.Configuration namespace contains classes for managing EPiServer web.config sections.
Classes
| Class | Description | |
|---|---|---|
| BasicAuthenticationSection |
Contains the configuration for the BasicAuthentication module.
| |
| BoolValidator | ||
| BoolValidatorAttribute |
Class for returning an instance of the Validator implementation
around boolean properties.
| |
| ColorValidatorAttribute |
Class for returning an instance of the Validator implementation
around Uri properties.
| |
| ConfigurationElementBase |
Base class for configuration elements that should be able to put in GenericElementCollection
| |
| CustomEncodingConverter | ||
| CustomMailAddressConverter |
Class for converting between string and MailAddress
| |
| CustomRegexStringValidator | ||
| CustomRegexStringValidatorAttribute |
Class for returning an instance of the Validator implementation
around boolean properties.
| |
| DynamicContentElement | ||
| EncodingValidatorAttribute |
Class for returning an instance of the Validator implementation
around Uri properties.
| |
| EPiServerSection | ||
| GenericConfigurationElementCollection<(Of <(T>)>) |
Collection of configuration elements
| |
| HostNameCollection | Obsolete. | |
| HostNameElement | Obsolete. | |
| MailAddressValidatorAttribute |
Class for returning an instance of the Validator implementation
around Uri properties.
| |
| PageProvider |
PageProvider is an element in site which defines page providers.
| |
| Settings |
Holds the instances of all Site Settings configurations which are in the WebConfig file
| |
| SiteElement | ||
| SiteElementCollection | ||
| StaticFileSection | ||
| TimeSpanValidatorAttribute |
Class for returning an instance of the Validator implementation
around Uri properties.
| |
| UriValidatorAttribute |
Class for returning an instance of the Validator implementation
around Uri properties.
| |
| UrlRewriteElement | ||
| UrlValidatorAttribute | ||
| WebUrlValidatorAttribute |
Class for returning an instance of the Validator implementation
around Uri properties.
| |
| VirtualPathElement |
Handles the configuration inder XPath node //EPiServer/virtualPath
| |
| VirtualRolesElement | ||
| WorkflowSettingsElement |
Handles configuration for workflow system
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| EPiServerCompatibility |
Operation Compatibility
None: There is no Compatibility at all
PageStoreSave: The save operation on Data factory Component can treat as old version of Data Factory
PageStoreDelete: The Delete operation on Data factory Component can treat as old version of Data Factory
Full: Both Save and Delete operation on Data Factory component treat as old version
| |
| ManagerTab |
The tabs that will be displayed in the Manager
|