コード例 #1
0
        public async Task GetCatalogItemImagePropertiesTest()
        {
            SoapServiceClient service = new SoapServiceClient();
            List <IDBrowserServiceCode.ImagePropertyRecursive> result = service.GetCatalogItemImagePropertiesSoap(GetNextImageGuid());

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