# SendDmsFileChange(Engine, String)

{% code title="Declaration" %}

```csharp
public static SetDataMinerInfoResponseMessage SendDmsFileChange(Engine engine, string filePath)
```

{% endcode %}

{% code title="Example" %}

```csharp
SLNet.SendDmsFileChange(engine, "C:\Skyline DataMiner\ProtocolScripts\epic.dll");
```

{% endcode %}

{% code title="Result" %}

```csharp
SetDataMinerInfoResponseMessage
```

{% endcode %}

<table><thead><tr><th width="134.33333333333331">Type</th><th width="114">Name</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.Engine.html">Engine</a></td><td>engine</td><td>Interfaces with the DataMiner System from an Automation script.</td></tr><tr><td><a href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td><td>filePath</td><td>The target file to sync (local path on the DMA).</td></tr></tbody></table>

{% hint style="info" %}
At the time of testing only files in "C:\Skyline DataMiner\ProtocolScripts" appear to get synced.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zamberetta.gitbook.io/auctus-class-library/reference/automation/slnet/senddmsfilechange-engine-string.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
