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
'Usage
Dim instance As VSWebSite
Dim value As String
value = instance.TemplatePath
string TemplatePath { get; }
property String^ TemplatePath {
String^ 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.