HubspotAPIWrapper.BaseClass.GetPath C# (CSharp) Method

GetPath() protected method

protected GetPath ( string subPath ) : string
subPath string
return string
        protected virtual string GetPath(string subPath)
        {
            throw new NotImplementedException();
        }