This topic has not yet been rated - Rate this topic

webFolderType Enumeration

Specifies the type of Web folder.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)
[GuidAttribute("623F3A65-DF2F-448D-9AB6-C61AC1F3D088")]
public enum webFolderType
Member nameDescription
webFolderTypeNormalAny folder that does not have special semantics in ASP.NET.
webFolderTypeBinThe Bin folder containing assemblies referenced by the Web application.
webFolderTypeCodeThe 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.
webFolderTypeThemesThe App_Themes folder (and its subdirectories) containing .theme files.
webFolderTypeGlobalResourcesThe App_GlobalResources folder (and its subdirectories) containing resource files.
webFolderTypeLocalResourcesThe App_LocalResources folder containing local resource files for the pages in the parent folder.
webFolderTypeDataThe App_Data folder containing data files.
webFolderTypeBrowsersThe App_Browsers folder containing browser definition files.
webFolderTypeWebReferencesThe App_WebReferences folder containing Web references.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.