VSWebSite.UserTemplatePath Property
Gets the path to the user templates folder for new project items.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property UserTemplatePath As String
string UserTemplatePath { get; }
property String^ UserTemplatePath {
String^ get ();
}
abstract UserTemplatePath : string with get
function get UserTemplatePath () : String
Property Value
Type: System.String
The path to the user templates folder.
Remarks
The UserTemplatePath property refers to the user's template path, and is not specific to the current Web site instance.
.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.