Params
name
(String
) – The name of the metadata attribute.
Returns
String
, Array<String>
, Number
or Date
– metadata attribute value if found or null
otherwise.
Retrieves the value of a metadata attribute.
Params
name
(String
) – The name of the metadata attribute.Returns
String
, Array<String>
, Number
or Date
– metadata attribute value if found or null
otherwise.
Example