Click or drag to resize

ISiteMapReorderUserAgents Method


Reorders user agent branding with given order of user agent names.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void ReorderUserAgents(
	string[] order
)

Parameters

order
Type: SystemString
An array of user agent branding names in the desire 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