FieldTemplateUserControl.ChildrenPath Property
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.
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.