SSMapServicesReorderSites Method Ingeniux CMS Web Services API

Reorders collection of Site Brandins based on provided sequence of names. The order of Site Branding are important, since it will determine with Site Branding gets evaluated and used first.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<string[]> ReorderSites(
	string[] data
)

Parameters

data
Type: SystemString

Array of names of Site Brandings, reflecting the updated order

Examples

Sample JSON input
JavaScript
{
    "data": ["Support", "Corporation"]
}

Return Value

Type: XHRServiceResponseGenericString

Array of Site Branding names reflecting the updated order

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": ["Support", "Corporation"]
}
See Also

Reference