SchemaDesignerServicesGetSchemaOutofSyncComponentContentUnits Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<SchemaComponentUnits> GetSchemaOutofSyncComponentContentUnits( SchemaPagesGetInput data )
Object containg the unique Id of the Schema
{ "data": { "UniqueID": "schemas/VisualFormBuilderForm" } }
Collection of Component Content Unit with component embed content that are using previous version of given Schema
{ "ContentFreezeEndTime": "", "ContentFreezeStartTime": "", "code": 0, "error": null, "message": { "Units": [{ "ID": "ComponentContentUnits\/225", "Name": "Form Unit 2|ComponentContentUnits\/225", "SchemaVersion": 8, "Score": -1 }, { "ID": "ComponentContentUnits\/VisualFormBuilderForm", "Name": "Visual Form Builder - Form|ComponentContentUnits\/VisualFormBuilderForm", "SchemaVersion": 8, "Score": -1 }] } }
If Schema doesn't exist, returns error status
Only Schemas not in draft mode are allowed to retrieve out of sync pages. If Schema is in draft mode, returns error status