ISchemaFieldSetExport Method
|
Sets a local
exports entry.
If the entry exists, it updates its value. Otherwise, it creates a new entry.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SetExport(
string name,
string value
)
Sub SetExport (
name As String,
value As String
)
void SetExport(
String^ name,
String^ value
)
abstract SetExport :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
Name of the export entry - value
- Type: SystemString
Value of the export entry
See Also