Click or drag to resize

PageCreationRulesAdminServicesGetSupportTypeChoices_Schemas Method


Retrieves collection of basic Schema information.

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

Parameters

data
Type: PcrSupportSearchInput

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

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