C# Class CloudinaryDotNet.Actions.ListUploadPresetsParams

Allows to list upload presets.
Inheritance: BaseParams
Mostra file Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Public Methods

Method Description
Check ( ) : void

Validate object model

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

Method Details

Check() public method

Validate object model
public Check ( ) : void
return void

ToParamsDictionary() public method

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