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

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

public static DestroyOnCompany ( int companyId, string label ) : void
companyId int
label string
Результат void
        public static void DestroyOnCompany(int companyId, string label)
        {
            DestroyOnCompany(Util.DefaultApiKey, companyId, label);
        }

Same methods

Location::DestroyOnCompany ( string apiKey, int companyId, string label ) : void