Share via


CodeFolder Members

Include Protected Members
Include Inherited Members

Represents the App_Code folder, or a first-level child of the App_Code folder that is configured as a code folder.

The CodeFolder type exposes the following members.

Methods

 

Name

Description

Public method

Remove

Removes the <add directoryName="folderName"> node from the <codeSubDirectories> element of the <compilation> section of the Web.config file for this Web site.

Top

Properties

 

Name

Description

Public property

CodeModel

Gets the CodeModel object for the code folder.

Public property

ContainingProject

Gets a reference to the project in the DTE object that contains this code folder.

Public property

DTE

Gets a reference to the DTE2 object that contains the project containing this code folder.

Public property

FolderPath

Gets the path and name for the folder.

Public property

Language

Gets the language configured for the folder.

Public property

ProjectItem

The project item for the code folder.

Top

See Also

Reference

CodeFolder Interface

VsWebSite Namespace