Exemplo n.º 1
0
        /// <summary>
        /// Saves this file on Uploadcare (marks it to be kept).
        ///
        /// This does not mutate the current {@code UploadcareFile} instance,
        /// but creates a new one.
        /// </summary>
        /// <returns> New file resource instance </returns>
        public UploadcareFile Save()
        {
            _client.SaveFile(_fileData.Uuid);

            return(Update());
        }