HubspotAPIWrapper.BaseClass.GetPath C# (CSharp) Méthode

GetPath() protected méthode

protected GetPath ( string subPath ) : string
subPath string
Résultat string
        protected virtual string GetPath(string subPath)
        {
            throw new NotImplementedException();
        }