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)
SyntaxIGHARemoteObjectcollection 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:
IGHARemoteObjectcollectionCollection of matching objects
See Also