Retrieves collection of basic Stylesheets information
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
public XHRServiceResponseGeneric<PcrSupportTypeChoice_Stylesheet[]> GetSupportTypeChoices_Stylesheets()
Return Value
Type: XHRServiceResponseGenericPcrSupportTypeChoice_StylesheetArray of basic information of Stylesheets
Examples
JavaScript
{
"code": 0,
"error": null,
"message": [{
"displayName": "--Default Stylesheet--",
"fileName": "~default~"
}, {
"displayName": "default.xsl",
"fileName": "default.xsl"
}, {
"displayName": "error.xsl",
"fileName": "error.xsl"
}, {
"displayName": "formFilter.xsl",
"fileName": "formFilter.xsl"
}, {
"displayName": "formProcessor.xsl",
"fileName": "formProcessor.xsl"
}, {
"displayName": "include-form.xsl",
"fileName": "include-form.xsl"
}]
}See Also