Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding XML Namespace to Property Provider Mappings <add>.
Defines a mapping for an XML namespace to a property store provider.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
xmlNamespace |
Required string attribute. Specifies the XML namespace for the mapping. Note The wildcard "*" character is used to define the default namespace mapping, and any namespace that does not have a unique mapping will use the wildcard mapping. If a WebDAV client uses an XML namespace for which there is no specific namespace mapping and a wildcard mapping does not exist, the properties cannot be stored. The default value is false. |
propertyStore |
Required string attribute. Specifies the property store for the mapping. Note The name of the property store must be defined in the propertyStores collection. The default value is false. |
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
system.webServer |
Specifies the top-level section group (in ApplicationHost.config) in which this element is defined. |
webdav |
Configures Web Distributed Authoring and Versioning (WebDAV) for Internet Information Services (IIS) 7. |
authoring |
Specifies the site-level settings for WebDAV. |
properties |
Configures locking behavior properties for the WebDAV module. |
Remarks
For more information about the add element, see the following topic on the Microsoft IIS.net Web site: Adding XML Namespace to Property Provider Mappings <add>.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
IIS 7 |
See Also
Reference
properties Element for authoring for WebDAV [IIS Settings Schema]