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

Type() public method

Set the specific file type of resources to include in the archive (upload/private/authenticated). Default: upload.
public Type ( string type ) : ArchiveParams
type string
return ArchiveParams
        public ArchiveParams Type(string type)
        {
            this.m_type = type;
            return this;
        }

Same methods

ArchiveParams::Type ( ) : string