2.2.6.1.7.3 Web Application

The Web Application Configuration Object stores a list of content databases used by the web application as well as information needed to parse URLs. The parent of a Web Application Configuration Object MUST be a Web Service Configuration Object.

Property

XPath Query

Description

Web Application Alternate URL Collection

/object/fld[attribute::name='m_AlternateUrlCollection']

This value is a string representation of a Configuration Object ID. It is used to associate a web application with an Alternate URL Collection. Each Alternate URL Collection MUST be referenced by zero or one web applications.

Prefix Name

/object/fld[attribute::name='m_Prefixes']/object/fld/fld/object/sFld[attribute::name='m_Name']

The value returned by this query MUST be a valid URL Path segment.

Prefix Type

/object/fld[attribute::name='m_Prefixes']/object/fld/fld/object/sFld[attribute::name='m_Type']

The value returned by this query MUST be the literal "ExplicitInclusion" or the literal "WildcardInclusion".

ExplicitInclusion specifies that a path-based site collection can be created under the specified URL path. WildcardInclusion specifies that multiple path-based site collections can be created under the specified URL path.​