IGlobalExportsExport Method
|
Retrieves one export entry by its name.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IExportDefinition Export(
string name
)
Function Export (
name As String
) As IExportDefinition
IExportDefinition^ Export(
String^ name
)
abstract Export :
name : string -> IExportDefinition
Parameters
- name
- Type: SystemString
Name of export entry (must be unique to the collection).
Return Value
Type:
IExportDefinitionThe export entry with matching name. Returns null if name doesn't exist.
See Also