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.6.492
Syntax
void SetValue(
	string exportsValue
)

Parameters

exportsValue  String
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