ISchemaFieldSetExport Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference