CustomDocument.

GetRaw(string) Method

Summary

Gets the raw value for the specified key. This method will not materialize Wyam.Common.Meta.IMetadataValue values the way Wyam.Common.Meta.IMetadata.Get(System.String,System.Object) will. A System.Collections.Generic.KeyNotFoundException will be thrown for missing keys.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Documents
Containing Type
CustomDocument

Syntax

public Object GetRaw(string key)

Parameters

Name Type Description
key string The key of the value to get.

Return Value

Type Description
Object The raw value for the specified ke.y
GitHub