Class Meta
- Namespace
- Dynamicweb.Content.Files.Metadata
- Assembly
- Dynamicweb.dll
An instance of meta data values for a file
- Inheritance
-
Meta
- Inherited Members
Properties
File
Gets or sets the file that the meta data belongs to.
Property Value
- string
The file.
Methods
AddTagsToTemplate(Template)
Adds tags with with values of each filed to template instance in the format File:Metadata.FieldID where FieldID is dynamic.
Parameters
template
TemplateThe template instance to add the tags to.
AddTagsToTemplate(Template, string)
Adds tags with with values of each filed to template instance.
Parameters
template
TemplateThe template instance to add the tags to.
tagPrefix
stringThe tag prefix used in the tag name, i.e prefix.fieldid.
GetValue(string)
Gets the value of a field with the specifed field id.
Parameters
fieldId
stringThe field identifier.
Returns
SetValue(string, string)
Sets the value of a field with the specifed field id.