This documentation is archived and is not being maintained.

FieldTemplateUserControl::BuildChildrenPath Method

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

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

protected:
String^ BuildChildrenPath(
	String^ path
)

Parameters

path
Type: System::String
The path to override.

Return Value

Type: System::String
The URL that links the displayed page to the children page.

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.

.NET Framework

Supported in: 4, 3.5 SP1

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: