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

FlattenTransformations() public method

Determines whether to flatten the folder structure of the derived images and store the transformation details on the file name instead.
public FlattenTransformations ( bool flattenTransformations ) : ArchiveParams
flattenTransformations bool
return ArchiveParams
        public ArchiveParams FlattenTransformations(bool flattenTransformations)
        {
            this.m_flattenTransformations = flattenTransformations;
            return this;
        }