Configuration.ConnectorLatestVersionInfoCallback property
Gets or sets the connector defined callback which returns information about latest connector version to notify the user.
public Func<Task<ConnectorVersionInfo>> ConnectorLatestVersionInfoCallback { get; set; }
See Also
- class Configuration
- namespace Autodesk.DataExchange.UI