public bool ExportSegmentTemplates( SegmentTemplate[] arrTemplates, string strFileName, MultiLangString mlsDescription )
public: bool ExportSegmentTemplates( array<SegmentTemplate^>^ arrTemplates, String^ strFileName, MultiLangString^ mlsDescription )
Parameters
- arrTemplates
- Array of segment template to export. Can't be
null
. - strFileName
- Full file name of target file. Can't be
null
orempty
. - mlsDescription
- Description which is contained in exported file.
Return Value
Returns
true
if export is successful.