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

Parameters

name
Type: SystemString
Name of the export entry
value
Type: SystemString
Value of the export entry
See Also