SendDmsFileChange(Engine, String)

Triggers a file sync on the DMS for the target file, note that the target file must be on the same DMA to which this call is being triggered from.

Declaration
public static SetDataMinerInfoResponseMessage SendDmsFileChange(Engine engine, string filePath)
Example
SLNet.SendDmsFileChange(engine, "C:\Skyline DataMiner\ProtocolScripts\epic.dll");
Result
SetDataMinerInfoResponseMessage
Type
Name
Description

engine

Interfaces with the DataMiner System from an Automation script.

filePath

The target file to sync (local path on the DMA).

At the time of testing only files in "C:\Skyline DataMiner\ProtocolScripts" appear to get synced.

Last updated