Click or drag to resize

ProfileGetSavedResponses Method

Gets the saved responses.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public List<SavedResponse> GetSavedResponses(
	Guid metadataId
)

Parameters

metadataId
Type: SystemGuid
The metadata identifier.

Return Value

Type: ListSavedResponse
A list of SavedResponse object. the return value will never be
See Also