Click or drag to resize

IGHAObjectGetObject Method (Uri)

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

Returns an object at the specified absolute Uri

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
IGHAObject GetObject(
	Uri path
)

Parameters

path
Type: SystemUri
Absolute Uri pointing to the requested object

Return Value

Type: IGHAObject
The requested object if it exists, null if it does not
See Also