コード例 #1
0
 /// <summary>
 /// Determines whether to return the generated archive file (download)
 /// or to store it as a raw resource in your Cloudinary account and return a JSON with the URLs for accessing the archive file (create)
 /// </summary>
 /// <param name="mode"></param>
 /// <returns></returns>
 public ArchiveParams Mode(ArchiveCallMode mode)
 {
     this.m_mode = mode;
     return(this);
 }
コード例 #2
0
 /// <summary>
 /// Determines whether to return the generated archive file (download) 
 /// or to store it as a raw resource in your Cloudinary account and return a JSON with the URLs for accessing the archive file (create)
 /// </summary>
 /// <param name="mode"></param>
 /// <returns></returns>
 public ArchiveParams Mode(ArchiveCallMode mode)
 {
     this.m_mode = mode;
     return this;
 }