Click or drag to resize

APIGetViewName Method

Retrieves the name of a UI Item control-specific view. [in] The identifier of the view.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string GetViewName(
	Object UIItemVariable,
	Object viewId
)

Parameters

UIItemVariable
Type: SystemObject

[Missing <param name="UIItemVariable"/> documentation for "M:AppRobotic.API.GetViewName(System.Object,System.Object)"]

viewId
Type: SystemObject

[Missing <param name="viewId"/> documentation for "M:AppRobotic.API.GetViewName(System.Object,System.Object)"]

Return Value

Type: String
Returns string containing View Name or error message.
See Also