CloudinaryDotNet.Actions.ArchiveParams.Transformations C# (CSharp) Method

Transformations() public method

Set a list of transformations to apply to the images before they are included in the generated archive.
public Transformations ( List transformations ) : ArchiveParams
transformations List
return ArchiveParams
        public ArchiveParams Transformations(List<Transformation> transformations)
        {
            this.m_transformations = transformations;
            return this;
        }

Same methods

ArchiveParams::Transformations ( ) : List