FieldTemplateUserControl.BuildForeignKeyPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.