IExportsElementSetValue Method
|
Sets all exports directly.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SetValue(
string exportsValue
)
Sub SetValue (
exportsValue As String
)
void SetValue(
String^ exportsValue
)
abstract SetValue :
exportsValue : string -> unit
Parameters
- exportsValue
- Type: SystemString
Well-formed export entry elements in string form.
Exceptions See Also