ISiteMapReorderSites Method
|
Reorders site branding with given order of user agent names.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void ReorderSites(
string[] order
)
Sub ReorderSites (
order As String()
)
void ReorderSites(
array<String^>^ order
)
abstract ReorderSites :
order : string[] -> unit
Parameters
- order
- Type: SystemString
An array of site branding names in the desired order
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | When order count doesn't match collection count, or the names in the order array don't exist in the collection. |
See Also