Share via


CodeFolder.Remove Method ()

 

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

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

Syntax

void Remove()
void Remove()
abstract Remove : unit -> unit
Sub Remove

See Also

VSWebSite
CodeFolders
CodeFolder Interface
VsWebSite Namespace
compilation Element (ASP.NET Settings Schema)
codeSubDirectories Element for compilation (ASP.NET Settings Schema)
Shared Code Folders in ASP.NET Web Site Projects

Return to top