Esempio n. 1
0
        public async void GetCatalogItemImagePropertiesTest()
        {
            ActionResult <List <ImagePropertyRecursive> > result = await ValuesController.GetCatalogItemImageProperties(GetNextImageGuid());

            if (result.Value.Count == 0)
            {
                throw new Exception("No image properties found with GetCatalogItemImagePropertiesSoap");
            }
        }