public bool GenerateListOfUnusedConnections( Project oPrj, string strFileNameFullPath, bool bExportOnlyDeletedConnections )
public: bool GenerateListOfUnusedConnections( Project^ oPrj, String^ strFileNameFullPath, bool bExportOnlyDeletedConnections )
Parameters
| Parameter Name | Description |
|---|---|
| oPrj | Project from which generation of list will be done. |
| strFileNameFullPath | Full path to file into which list will be writen. |
| bExportOnlyDeletedConnections | If true only deleted connection will be added to list. |