| MetaSetValue Method |
Namespace:
Dynamicweb.Content.Files.Metadata
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public void SetValue(
string fieldId,
string value
)
Public Sub SetValue (
fieldId As String,
value As String
)
Parameters
- fieldId
- Type: SystemString
- value
- Type: SystemString
See Also