Click or drag to resize

IGHARemoteObjectGetObjectsByTypeAsync Method

Returns objects of the specified type

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

Parameters

path
Type: SystemString
.NET type for which to search
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
Object collection matching the specified type
See Also