SPPrefixType Enumeration
Specifies which part of a URL namespace that is used in this Web application belongs to Microsoft SharePoint Foundation.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
| Member name | Description | |
|---|---|---|
| ExplicitInclusion | Specifies that a path-based site collection can be created at this specific URL path. | |
| Explicit | ||
| WildcardInclusion | Specifies that multiple path-based site collections can be created under this URL path. | |
| Wildcard | ||
| Exclusion | Obsolete. This enumeration member is obsolete because it is no longer necessary to tell SharePoint Foundation which URL paths should not be handled by SharePoint Foundation. When the IIS worker process that serves the Web application is started, it scans the IIS home directory of the Web application looking for files, folders, and virtual directories. Those that it finds are automatically excluded, and are not listed in the SPPrefixCollection object associated with the Web application. This member generates a compiler warning, no operation is performed, and no exception is thrown. |