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