Custom .NET
<!-- Change 'species' to a unique technical name --> <!-- Change 'displayName' to a suitable display name --> <!-- Change 'assemblyname' to the name of the output dll exluding .dll, in the example below the file is named CustomConnector.dll --> <connector species="custom_connector_name" displayName="DotNet API Custom Connector" assemblyname="CustomConnector" type="NovaCura.Flow.Connector.Wrapper.ConnectorWrapper" uitype="NovaCura.Flow.ApiConnector.UI.ApiConnectorUI" uiassemblyname="NovaCura.Flow.ApiConnector.UI" />
Last updated
Was this helpful?