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
)
Public Function MassCreateComponentUnitsFromSchemas (
data As String()
) As XHRServiceResponseGeneric(Of String())
public:
virtual XHRServiceResponseGeneric<array<String^>^>^ MassCreateComponentUnitsFromSchemas(
array<String^>^ data
) sealed
abstract MassCreateComponentUnitsFromSchemas :
data : string[] -> XHRServiceResponseGeneric<string[]>
override MassCreateComponentUnitsFromSchemas :
data : string[] -> XHRServiceResponseGeneric<string[]>
Parameters
- data
- Type: SystemString
List of schema ids for mass component units creation
Examples Sample JSON input
[
"Schema_LocaleSpecificValue",
"schemas/161"
]
Return Value
Type:
XHRServiceResponseGenericString
Collection of component content unit ids that were created
See Also