Share via


WebSession::findControl Method [AX 2012]

Finds a control on an ASP.NET page based on the unique identifier.

Syntax

client server public static CLRObject findControl(str _rootControlUniqueId)

Run On

Called

Parameters

  • _rootControlUniqueId
    Type: str
    Unique identifier of the control.

Return Value

Type: CLRObject Class
A control instance.

See Also

Reference

WebSession Class