Click or drag to resize

PageCreationRulesAdminServicesGetSupportTypeChoices_Stylesheets Method


Retrieves collection of basic Stylesheets information

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<PcrSupportTypeChoice_Stylesheet[]> GetSupportTypeChoices_Stylesheets(
	PcrSupportSearchInput data
)

Parameters

data
Type: PcrSupportSearchInput

[Missing <param name="data"/> documentation for "M:IngeniuxCMService.PageCreationRulesAdminServices.GetSupportTypeChoices_Stylesheets(IngeniuxCMService.Admin.PcrSupportSearchInput)"]

Return Value

Type: XHRServiceResponseGenericPcrSupportTypeChoice_Stylesheet

Array of basic information of Stylesheets

Examples
Sample JSON return
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