BatchBook.Location.GetByCompany C# (CSharp) Метод

GetByCompany() публичный статический Метод

public static GetByCompany ( int companyId, string locationName ) : Location
companyId int
locationName string
Результат Location
        public static Location GetByCompany(int companyId, string locationName)
        {
            return GetByCompany(Util.DefaultApiKey, companyId, locationName);
        }

Same methods

Location::GetByCompany ( string apiKey, int companyId, string locationName ) : Location