IExportsElementAddExport Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AddExport(
IExportElement export
)
Sub AddExport (
export As IExportElement
)
void AddExport(
IExportElement^ export
)
abstract AddExport :
export : IExportElement -> unit
Parameters
- export
- Type: Ingeniux.CMSIExportElement
New export entry to add
Exceptions Remarks If the "export" parameter is null, this method does nothing.
See Also