C# Class CloudinaryDotNet.Actions.RawUploadParams

Parameters of uploading a file to cloudinary
Inheritance: BaseParams
Afficher le fichier Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Méthodes publiques

Méthode Description
RawUploadParams ( ) : System

Initializes a new instance of the RawUploadParams class.

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation.

Method Details

RawUploadParams() public méthode

Initializes a new instance of the RawUploadParams class.
public RawUploadParams ( ) : System
Résultat System

ToParamsDictionary() public méthode

Maps object model to dictionary of parameters in cloudinary notation.
public ToParamsDictionary ( ) : object>.SortedDictionary
Résultat object>.SortedDictionary