Bukimedia.PrestaSharp.Factories.ImageFactory.AddImage C# (CSharp) Метод

AddImage() защищенный Метод

protected AddImage ( string Resource, long Id, byte Image ) : void
Resource string
Id long
Image byte
Результат void
        protected void AddImage(string Resource, long? Id, byte[] Image)
        {
            RestRequest request = this.RequestForAddImage(Resource, Id, Image);
            this.ExecuteForImage(request);
        }

Same methods

ImageFactory::AddImage ( string Resource, long Id, string ImagePath ) : void