AddDocument(Engine, String, String, Byte[])
Adds or updates a file in the DataMiner Documents folder.
public static AddDocumentResponseMessage AddDocument(Engine engine, string documentPath, string documentName, byte[] document)
var document = File.ReadAllBytes("epic.dll");
SLNet.AddDocument(engine, @"DemoProtocol\New Folder", "epic.dll", document);
AddDocumentResponseMessage
Last updated