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
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
Gets the CodeModel object for the code folder.
Gets a reference to the project in the DTE object that contains this code folder.
Gets a reference to the DTE2 object that contains the project containing this code folder.
Gets the path and name for the folder.
Gets the language configured for the folder.
The project item for the code folder.
Top