public bool ExportSegmentTemplates( Project pProject, string strFileName, MultiLangString mlsDescription )
public: bool ExportSegmentTemplates( Project^ pProject, String^ strFileName, MultiLangString^ mlsDescription )
Parameters
- pProject
- Project from which all segment template are exported. 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.