Bukimedia.PrestaSharp.Factories.ImageFactory.AddImage C# (CSharp) Method

AddImage() protected method

protected AddImage ( string Resource, long Id, byte Image ) : void
Resource string
Id long
Image byte
return 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