TryGetScriptMetadataValue(string, object, IExecutionState, ScriptMetadataValue) Method
Namespace
Statiq.Common
Containing Type
ScriptMetadataValue

Syntax

public static bool TryGetScriptMetadataValue(string key, object value, IExecutionState executionState, out ScriptMetadataValue scriptMetadataValue)

Parameters

Name Type Description
key string
value object
executionState IExecutionState
scriptMetadataValue ScriptMetadataValue

Return Value

Type Description
bool