C# Class CloudinaryDotNet.Actions.ExplicitParams

Inheritance: BaseParams
Afficher le fichier Open project: cloudinary/CloudinaryDotNet Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : void

Validate object model

ExplicitParams ( string publicId ) : System

Initializes a new instance of the ExplicitParams class.

ToParamsDictionary ( ) : object>.SortedDictionary

Maps object model to dictionary of parameters in cloudinary notation

Method Details

Check() public méthode

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

ExplicitParams() public méthode

Initializes a new instance of the ExplicitParams class.
public ExplicitParams ( string publicId ) : System
publicId string The identifier that is used for accessing the uploaded resource.
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