Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.