Click or drag to resize

IGHARemoteObjectGetObjectsByTypeAndPropertyValueAsync Method

Returns a collection of objects of the specified type containing the specified property and matches the property value

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<IGHARemoteObjectcollection> GetObjectsByTypeAndPropertyValueAsync(
	string path,
	string name,
	Object value,
	bool recurs = false
)

Parameters

path
Type: SystemString
.NET type to be used in the object search
name
Type: SystemString
Name of the property for which to search
value
Type: SystemObject
Value to match
recurs (Optional)
Type: SystemBoolean
Recusively searches all children of the calling object if set to true. Performs a direct search if set to false

Return Value

Type: TaskIGHARemoteObjectcollection
Collection of objects
See Also