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.
Specifies the type of Web folder.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
<GuidAttribute("623F3A65-DF2F-448D-9AB6-C61AC1F3D088")> _
Public Enumeration webFolderType
[GuidAttribute("623F3A65-DF2F-448D-9AB6-C61AC1F3D088")]
public enum webFolderType
[GuidAttribute(L"623F3A65-DF2F-448D-9AB6-C61AC1F3D088")]
public enum class webFolderType
[<GuidAttribute("623F3A65-DF2F-448D-9AB6-C61AC1F3D088")>]
type webFolderType
public enum webFolderType
Members
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. |