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.5.94
Syntax public XHRServiceResponseGeneric<UniqueObject[]> GetPresentationsFormatters()
Public Function GetPresentationsFormatters As XHRServiceResponseGeneric(Of UniqueObject())
public:
virtual XHRServiceResponseGeneric<array<UniqueObject^>^>^ GetPresentationsFormatters() sealed
abstract GetPresentationsFormatters : unit -> XHRServiceResponseGeneric<UniqueObject[]>
override GetPresentationsFormatters : unit -> XHRServiceResponseGeneric<UniqueObject[]>
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 ["Ingeniux.CMS.Presentation.Bootstrap_2_3_3_PresentationFormatter", "Ingeniux.CMS.Presentation.Bootstrap_3_PresentationFormatter"]
See Also