![]() | RemDocumentDoLike Method |
Namespace: Paperwork.Connect
public a_GenericResult DoLike( string objectId )
public void DoLike() { ObjectID oid = new ObjectID("FF0001000001AF30"); a_GenericResult retVal = p.rDocument.DoLike("FF0001000001AF30"); if (retVal.ErrorCode != 0) throw new Exception(retVal.Message); else Console.WriteLine(retVal.Result); Console.ReadLine(); }