C# Class CloudinaryDotNet.Actions.UploadMappingParams

Parameters for Mapping of folders to URL prefixes
Inheritance: BaseParams
Afficher le fichier Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : void

Validate object model

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

UploadMappingParams ( ) : System

Default constructor

Method Details

Check() public méthode

Validate object model
public Check ( ) : void
Résultat void

ToParamsDictionary() public méthode

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

UploadMappingParams() public méthode

Default constructor
public UploadMappingParams ( ) : System
Résultat System