FieldTemplateUserControl.ChildrenPath Property

Definition

Gets the URL that links to a page that displays a list of children entities.

protected:
 property System::String ^ ChildrenPath { System::String ^ get(); };
protected string ChildrenPath { get; }
member this.ChildrenPath : string
Protected ReadOnly Property ChildrenPath As String

Property Value

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

Remarks

This method returns a URL that links to a page that displays a list of children entities. For example, the products column in the ProductCategories table in the AdventureWorksLT sample database has URLs that link to the list of product that are in the selected category. This property only applies to children columns.

Applies to