Retrieves the collection of Presentation Formatter type full names.
These are the types that are detected from bin folder and "App_Date\xml\custom\Plugins\PresentationFormatters" folder.
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XHRServiceResponseGenericUniqueObjectCollection of type full name of Presentation Formatters.
Remarks
By default, only 2 formatters are returned: "Ingeniux.CMS.Presentation.Bootstrap_3_PresentationFormatter" and "Ingeniux.CMS.Presentation.Bootstrap_2_3_3_PresentationFormatter".
Examples
JavaScript
["Ingeniux.CMS.Presentation.Bootstrap_2_3_3_PresentationFormatter", "Ingeniux.CMS.Presentation.Bootstrap_3_PresentationFormatter"]
See Also