VSWebSite.TemplatePath Property
Gets the full path and name of the folder that contains templates for Web site items.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property TemplatePath As String
string TemplatePath { get; }
property String^ TemplatePath {
String^ get ();
}
abstract TemplatePath : string with get
function get TemplatePath () : String
Property Value
Type: System.String
The full path and name of the folder that contains templates for Web sites.
Remarks
The TemplatePath property refers to the global template path, and is not specific to the particular 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.