PageCreationRulesAdminServicesGetSupportTypeChoices_Stylesheets Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<PcrSupportTypeChoice_Stylesheet[]> GetSupportTypeChoices_Stylesheets( PcrSupportSearchInput data )
[Missing <param name="data"/> documentation for "M:IngeniuxCMService.PageCreationRulesAdminServices.GetSupportTypeChoices_Stylesheets(IngeniuxCMService.Admin.PcrSupportSearchInput)"]
Array of basic information of Stylesheets
{
"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"
}]
}