webControlNode.getRelatedWebControls 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.
Overloads
getRelatedWebControls() |
Get a list of web controls that are related to this web control. |
getRelatedWebControls(Boolean) |
getRelatedWebControls()
Get a list of web controls that are related to this web control.
public:
virtual Microsoft::Dynamics::Ax::Xpp::List ^ getRelatedWebControls();
public virtual Microsoft.Dynamics.Ax.Xpp.List getRelatedWebControls ();
abstract member getRelatedWebControls : unit -> Microsoft.Dynamics.Ax.Xpp.List
override this.getRelatedWebControls : unit -> Microsoft.Dynamics.Ax.Xpp.List
Public Overridable Function getRelatedWebControls () As List
Returns
A list of related web controls.
Applies to
getRelatedWebControls(Boolean)
public:
virtual Microsoft::Dynamics::Ax::Xpp::List ^ getRelatedWebControls(bool _firstLevelOnly);
public virtual Microsoft.Dynamics.Ax.Xpp.List getRelatedWebControls (bool _firstLevelOnly);
abstract member getRelatedWebControls : bool -> Microsoft.Dynamics.Ax.Xpp.List
override this.getRelatedWebControls : bool -> Microsoft.Dynamics.Ax.Xpp.List
Public Overridable Function getRelatedWebControls (_firstLevelOnly As Boolean) As List
Parameters
- _firstLevelOnly
- Boolean
A value that indicates whether only the first level of web controls is checked.