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