HubspotAPIWrapper.BaseClass.GetPath C# (CSharp) 메소드

GetPath() 보호된 메소드

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