Click or drag to resize

IGHARemoteObjectGetObjectsByCapability Method

[This is preliminary documentation and is subject to change.]

Returns child objects, recursively if required, with the specified capability

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IGHARemoteObjectcollection GetObjectsByCapability(
	string capabilityName,
	bool recurs = false
)

Parameters

capabilityName
Type: SystemString
.NET name of the capability
recurs (Optional)
Type: SystemBoolean
Use recursion if true

Return Value

Type: IGHARemoteObjectcollection
Collection of matching objects
See Also