Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As VSWebSite
Dim value As String
value = instance.UserTemplatePath
string UserTemplatePath { get; }
property String^ UserTemplatePath {
String^ 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.