HubspotAPIWrapper.BaseClass.GetPath C# (CSharp) Метод

GetPath() защищенный Метод

protected GetPath ( string subPath ) : string
subPath string
Результат string
        protected virtual string GetPath(string subPath)
        {
            throw new NotImplementedException();
        }