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

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

Set a list of prefixes of Public IDs (e.g., folders). All images with this tag(s) will be included in the archive. Setting this parameter to a slash (/) is a shortcut for including all images in the account for the given resource type and type (up to the max files limit).
public Prefixes ( List prefixes ) : ArchiveParams
prefixes List
Результат ArchiveParams
        public ArchiveParams Prefixes(List<string> prefixes)
        {
            m_prefixes = prefixes;
            return this;
        }

Same methods

ArchiveParams::Prefixes ( ) : List