Share via


CodeFolders Interface

Represents a collection of CodeFolder objects, where each item represents either the App_Code folder or one of its first-level child folders configured as a code folder.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
<GuidAttribute("FDCAD245-E468-48F3-B603-2641E020D6D0")> _
Public Interface CodeFolders _
    Inherits IEnumerable
'Usage
Dim instance As CodeFolders
[GuidAttribute("FDCAD245-E468-48F3-B603-2641E020D6D0")]
public interface CodeFolders : IEnumerable
[GuidAttribute(L"FDCAD245-E468-48F3-B603-2641E020D6D0")]
public interface class CodeFolders : IEnumerable
public interface CodeFolders extends IEnumerable

Remarks

This class is available only from the CodeFolders property.

For more information on configuring a folder in the App_Code folder as a code folder, see Shared Code Folders in ASP.NET Web Sites.

See Also

Reference

CodeFolders Members

VsWebSite Namespace

CodeFolder

VSWebSite

CodeFolders

Other Resources

compilation Element (ASP.NET Settings Schema)

codeSubDirectories Element for compilation (ASP.NET Settings Schema)

Shared Code Folders in ASP.NET Web Sites