Click or drag to resize

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.6.492
Syntax
void SetExport(
	string name,
	string value
)

Parameters

name  String
Name of the export entry
value  String
Value of the export entry
See Also