Hi all,
Using workflow, I make a simple search and return the document's ID into a token.
Now I'm trying to past this token in my SDK to make an export but I have an error.
This is my SDK
Laserfiche.DocumentServices.DocumentExporter DocEx = new Laserfiche.DocumentServices.DocumentExporter(); DocumentInfo DI = Document.GetDocumentInfo(GetTokenValue("IDNewDoc"), RASession); DocEx.ExportElecDoc(DI, Convert.ToString(GetTokenValue("Chemin")));
Can not convert from "object" to "string"
How can I resolve this please ?
Thanks in advance.
Regards