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

The options for the Markdown data-type.
Datei anzeigen Open project: leekelleher/umbraco-markdown

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the Options class.
public Options ( ) : System
return System

Options() public method

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