public IshConditions(string Username, string Password, string ServerURL) { //Make sure to use the FQDN up to the "WS" portion of your URL: "https://yourserver/InfoShareWS" oISHAPIObjs = new ISHObjs(Username, Password, ServerURL); //oISHAPIObjs.ISHAppObj.Login("InfoShareAuthor", Username, Password, Context) }
public IshDocument(string Username, string Password, string ServerURL) { //Note that you should use the full URL up to the WS address (https://serverURL/InfoShareWS) oISHAPIObjs = new ISHObjs(Username, Password, ServerURL); //oISHAPIObjs.ISHAppObj.Login("InfoShareAuthor", Username, Password, Context) }