ISiteMapReorderUserAgents Method
|
Reorders user agent branding with given order of user agent names.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid ReorderUserAgents(
string[] order
)
Sub ReorderUserAgents (
order As String()
)
void ReorderUserAgents(
array<String^>^ order
)
abstract ReorderUserAgents :
order : string[] -> unit Parameters
- order String
- An array of user agent branding names in the desire 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