OpenTransactions.OTAPI.Storage.Exists C# (CSharp) Méthode

Exists() public méthode

public Exists ( string strFolder ) : bool
strFolder string
Résultat bool
        public virtual bool Exists(string strFolder)
        {
            bool ret = otapiPINVOKE.Storage_Exists__SWIG_3(swigCPtr, strFolder);
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

Storage::Exists ( string strFolder, string oneStr ) : bool
Storage::Exists ( string strFolder, string oneStr, string twoStr ) : bool
Storage::Exists ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool