Documentation > CMS Template API Library > Asset > Meta

Meta

The contents of metadata. The content of the metadata field is accessed with []"

Type

CrownPeak.CMSAPI.Meta

Code Example

C#

Sample:
//reading example 
string value = asset.Meta["key"];

Connect with Crownpeak