Click or drag to resize

ITinyMceUserProfileBlockFormats Property


Gets a list of all the block formats enabled for this Tiny MCE profile.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<ITinyMceSetting> BlockFormats { get; }

Property Value

IEnumerableITinyMceSetting
Example
Names of possible block formats include: Address, Block Quote, Div, Paragraph, and Preformatted.
See Also