FieldTemplateUserControl.BuildChildrenPath(String) Method

Definition

Gets the URL that links to the page that displays the list of children entities and allows the path to be overridden.

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

Parameters

path
String

The path to override.

Returns

The URL that links the displayed page to the children page.

Remarks

This method is similar to ChildrenPath, except that it allows the path part of the URL to be overridden. This method is used if the pages are not located in the DynamicData\CustomPages folder of the Dynamic Data project. This method applies to Children columns only.

Applies to