PageCreationRulesAdminServicesGetSupportTypeChoices_Schemas Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<PcrSupportTypeChoice_Schema[]> GetSupportTypeChoices_Schemas( PcrSupportSearchInput data )
[Missing <param name="data"/> documentation for "M:IngeniuxCMService.PageCreationRulesAdminServices.GetSupportTypeChoices_Schemas(IngeniuxCMService.Admin.PcrSupportSearchInput)"]
Array of basic Schema Information
{
"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
}]
}