Click or drag to resize

SystemOptionsServicesGetPresentationsFormatters Method


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: 10.3.169
Syntax
public XHRServiceResponseGeneric<UniqueObject[]> GetPresentationsFormatters()

Return Value

Type: XHRServiceResponseGenericUniqueObject
Collection 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