OpenTransactions.OTAPI.Contact.RemoveContactNym C# (CSharp) Method

RemoveContactNym() public method

public RemoveContactNym ( uint nIndexContactNym ) : bool
nIndexContactNym uint
return bool
        public bool RemoveContactNym(uint nIndexContactNym)
        {
            bool ret = otapiPINVOKE.Contact_RemoveContactNym(swigCPtr, nIndexContactNym);
            return ret;
        }