VSWebSite.CodeFolders Property
Gets a collection of folders that are configured as code folders in the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property CodeFolders As CodeFolders
CodeFolders CodeFolders { get; }
property CodeFolders^ CodeFolders {
CodeFolders^ get ();
}
abstract CodeFolders : CodeFolders with get
function get CodeFolders () : CodeFolders
Property Value
Type: VsWebSite.CodeFolders
A CodeFolders object containing a collection of CodeFolder objects.
Remarks
The CodeFolders collection begins with the App_Code folder and includes all first-level child folders of the App_Code folder that are configured in the Web.config file as code folders.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.