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_SchemaArray of basic Schema Information
Examples
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
See Also