public bool ExportSegmentTemplates( Project pProject, string strFileName, MultiLangString mlsDescription )
public: bool ExportSegmentTemplates( Project^ pProject, String^ strFileName, MultiLangString^ mlsDescription )
Parameters
| Parameter Name | Description |
|---|---|
| pProject | Project from which all segment template are exported. Can't be null. |
| strFileName | Full file name of target file. Can't be null or empty. |
| mlsDescription | Description which is contained in exported file. |
Return Value
Returns
true if export is successful.