ISchemaFieldSetExport Method
|
Sets a local
exports entry.
If the entry exists, it updates its value. Otherwise, it creates a new entry.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 String
- Name of the export entry
- value String
- Value of the export entry
See Also