FieldTemplateUserControl.BuildForeignKeyPath(String) Method

Definition

Get the URL that links the current page to the page that displays the details of the foreign key entity and allows the path to be overridden.

protected:
 System::String ^ BuildForeignKeyPath(System::String ^ path);
protected string BuildForeignKeyPath (string path);
member this.BuildForeignKeyPath : string -> string
Protected Function BuildForeignKeyPath (path As String) As String

Parameters

path
String

The path to override.

Returns

The URL that links to the page that displays the details of the foreign key page.

Remarks

This method is similar to ForeignKeyPath except that it allows the path of the URL to be overridden. This property is used if the page is not located in the DynamicData\CustomPages folder your the Dynamic Data project.

Applies to