Adds a metadata element.
This viper method also supports the extension viper syntax.
Syntax
Smartsite SXML | Copy Code |
---|---|
this.add(string name, string value) this.add(string name, string value, string scheme) this.add(string name, string value, string scheme, string prefix) this.add(any[ ] columnValues) this.add(string data) |
Extension Viper Syntax
Smartsite SXML | Copy Code |
---|---|
page.<id>.add(string name, string value) page.<id>.add(string name, string value, string scheme) page.<id>.add(string name, string value, string scheme, string prefix) page.<id>.add(any[ ] columnValues) page.<id>.add(string data) |
Parameters
Name | Data Type | Description |
---|---|---|
name | String | The name of the meta element. |
value | String | The value of the meta element. |
scheme | String | The scheme. |
prefix | String | The prefix. |
Return Value
None.
Used in
Macro | Description |
---|---|
Metadata | Provides metadata that can be included in an HTML page and forwarded to external components such as the PDF generator and Image Processor. |