public Hashtable AddToSystemEx( string strFullLinkFileName, StringCollection masterDataFiles )
public: Hashtable^ AddToSystemEx( String^ strFullLinkFileName, StringCollection^ masterDataFiles )
Parameters
- strFullLinkFileName
- Full link file name of the project from which the data will be copied.
- masterDataFiles
- List of project master data files names to be copied. Files to add must exist in project library.
Return Value
Hashtable object with collection of errors. Key is a filename (as String) which was passed to
masterDataFiles
and value is a exception object (based on System::Exception). If all elements was processed correctly returned hastable is empty.