IGlobalExportsExports Method
|
Retrieves the collection of global export entries.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IExportDefinition> Exports()
Function Exports As IEnumerable(Of IExportDefinition)
IEnumerable<IExportDefinition^>^ Exports()
abstract Exports : unit -> IEnumerable<IExportDefinition>
Return Value
Type:
IEnumerableIExportDefinitionCollection of global export entries.
See Also