Click or drag to resize

UtilitiesFindMetadata Method

Finds the metadata object from the Identifier.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static AbstractMetadata FindMetadata(
	Guid id
)

Parameters

id
Type: SystemGuid
The identifier of the metadata

Return Value

Type: AbstractMetadata
The AbstractMetadata object where its Identifier is specified ID. If there is no metadata contains this ID, a object will be returned.
See Also