Click or drag to resize

PresentationsAdminServicesMassCreateComponentUnitsFromSchemas Method


Mass creates component content units from given list of schema ids

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax
public XHRServiceResponseGeneric<string[]> MassCreateComponentUnitsFromSchemas(
	string[] data
)

Parameters

data
Type: SystemString
List of schema ids for mass component units creation
Examples

Sample JSON input

JavaScript
[
    "Schema_LocaleSpecificValue",
    "schemas/161"
]

Return Value

Type: XHRServiceResponseGenericString
Collection of component content unit ids that were created
See Also