EntityTemplateFactory.BuildEntityTemplateVirtualPath Method

Definition

Builds the path of the entity template for the specified table.

public:
 virtual System::String ^ BuildEntityTemplateVirtualPath(System::String ^ templateName, System::Web::UI::WebControls::DataBoundControlMode mode);
public virtual string BuildEntityTemplateVirtualPath (string templateName, System.Web.UI.WebControls.DataBoundControlMode mode);
abstract member BuildEntityTemplateVirtualPath : string * System.Web.UI.WebControls.DataBoundControlMode -> string
override this.BuildEntityTemplateVirtualPath : string * System.Web.UI.WebControls.DataBoundControlMode -> string
Public Overridable Function BuildEntityTemplateVirtualPath (templateName As String, mode As DataBoundControlMode) As String

Parameters

templateName
String

The name of the entity template for which to build the path.

mode
DataBoundControlMode

The display mode of the entity template.

Returns

The path of the entity template for the specified table.

Exceptions

The templateName is null.

Applies to