CloudinaryDotNet.Actions.ArchiveParams.FlattenTransformations C# (CSharp) Метод

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

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
Результат ArchiveParams
        public ArchiveParams FlattenTransformations(bool flattenTransformations)
        {
            this.m_flattenTransformations = flattenTransformations;
            return this;
        }