PageCreationRulesAdminServicesGetSupportTypeChoices_Schemas Method Ingeniux CMS Web Services API

Retrieves collection of basic Schema information.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<PcrSupportTypeChoice_Schema[]> GetSupportTypeChoices_Schemas()

Return Value

Type: XHRServiceResponseGenericPcrSupportTypeChoice_Schema

Array of basic Schema Information

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": [{
        "displayName": "Folder",
        "friendlyName": "Folder",
        "isComponent": true
    }, {
        "displayName": "Image File",
        "friendlyName": "Image File",
        "isComponent": true
    }, {
        "displayName": "Insert",
        "friendlyName": "Insert",
        "isComponent": true
    }, {
        "displayName": "Media File",
        "friendlyName": "Media File",
        "isComponent": true
    }, {
        "displayName": "Navigation",
        "friendlyName": "Navigation",
        "isComponent": true
    }, {
        "displayName": "Home Page",
        "friendlyName": "Home Page",
        "isComponent": false
    }, {
        "displayName": "Home Slider",
        "friendlyName": "Home Slider",
        "isComponent": true
    }, {
        "displayName": "SliderFrame",
        "friendlyName": "SliderFrame",
        "isComponent": true
    }, {
        "displayName": "Recent Works",
        "friendlyName": "Recent Works",
        "isComponent": true
    }, {
        "displayName": "Testimonial",
        "friendlyName": "Testimonial",
        "isComponent": true
    }]
}
Remarks

The Schema entry contains just enough information for Page Creation Rule Schema selection.
See Also

Reference