IMultiEntryMetadataAdd Method
|
Adds a new value to the collection
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Sub Add (
value As String
)
void Add(
String^ value
)
abstract Add :
value : string -> unit
Parameters
- value
- Type: SystemString
String value item to add
See Also