webFolderType Enumeration
Specifies the type of Web folder.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Member name | Description | |
|---|---|---|
| webFolderTypeBin | The Bin folder containing assemblies referenced by the Web application. | |
| webFolderTypeBrowsers | The App_Browsers folder containing browser definition files. | |
| webFolderTypeCode | The App_Code folder (and its subdirectories that are defined as code folders in the Web.config file) containing code files automatically compiled as part of the Web application. | |
| webFolderTypeData | The App_Data folder containing data files. | |
| webFolderTypeGlobalResources | The App_GlobalResources folder (and its subdirectories) containing resource files. | |
| webFolderTypeLocalResources | The App_LocalResources folder containing local resource files for the pages in the parent folder. | |
| webFolderTypeNormal | Any folder that does not have special semantics in ASP.NET. | |
| webFolderTypeThemes | The App_Themes folder (and its subdirectories) containing .theme files. | |
| webFolderTypeWebReferences | The App_WebReferences folder containing Web references. |