Click or drag to resize

IExportsElementSetValue Method


Sets all exports directly.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void SetValue(
	string exportsValue
)

Parameters

exportsValue
Type: SystemString
Well-formed export entry elements in string form.
Exceptions
ExceptionCondition
ArgumentException When the exportsValue string is not a well-formed collection of export entry XML elements.
See Also