This documentation is archived and is not being maintained.

EntityTemplateFactory::GetEntityTemplateVirtualPath Method

Gets the virtual path of the entity template for the specified table.

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

public:
virtual String^ GetEntityTemplateVirtualPath(
	MetaTable^ table, 
	DataBoundControlMode mode, 
	String^ uiHint
)

Parameters

table
Type: System.Web.DynamicData::MetaTable
The metadata for the table to which the entity template applies.
mode
Type: System.Web.UI.WebControls::DataBoundControlMode
The display mode of the entity template.
uiHint
Type: System::String
The name of the template to use.

Return Value

Type: System::String
The virtual path of the entity template for the specified table.

ExceptionCondition
ArgumentNullException

The table is null.

.NET Framework

Supported in: 4

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: