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

AddCategoryImage() публичный Метод

public AddCategoryImage ( long CategoryId, string CategoryImagePath ) : void
CategoryId long
CategoryImagePath string
Результат void
        public void AddCategoryImage(long? CategoryId, string CategoryImagePath)
        {
            this.AddImage("categories", CategoryId, CategoryImagePath);
        }

Same methods

ImageFactory::AddCategoryImage ( long CategoryId, byte CategoryImage ) : void