This documentation is archived and is not being maintained.

FieldTemplateFactory::TemplateFolderVirtualPath Property

Gets or sets the folder in which to create a field template.

Namespace:  System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property String^ TemplateFolderVirtualPath {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The path to the folder that contains the field templates.

The default folder where field templates are created is the /DynamicData/FieldTemplates/. This folder contains the default field templates and custom field templates that you create. If you create and specify a different folder for the field templates, Dynamic Data will create the field templates in the folder you specify. For more information about field templates, see ASP.NET Dynamic Data Scaffolding.

.NET Framework

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: