ISiteMapReorderSites Method Ingeniux CMS Content Store API

Reorders site branding with given order of user agent names.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void ReorderSites(
	string[] order
)

Parameters

order
Type: SystemString
An array of site branding names in the desired order
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionWhen order count doesn't match collection count, or the names in the order array don't exist in the collection.
See Also

Reference