C# Class Our.Umbraco.DataType.Markdown.Options

The options for the Markdown data-type.
Afficher le fichier Open project: leekelleher/umbraco-markdown

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Options ( ) : System

Initializes a new instance of the Options class.

Options ( bool loadDefaults ) : System

Initializes a new instance of the Options class.

Method Details

Options() public méthode

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

Options() public méthode

Initializes a new instance of the Options class.
public Options ( bool loadDefaults ) : System
loadDefaults bool if set to true [load defaults].
Résultat System