ILocalesManagerRemoveCustomLocale Method Ingeniux CMS Content Store API

Removes a custom locale.

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

bool RemoveCustomLocale(
	string regionCode
)

Parameters

regionCode
Type: SystemString
Region code of the custom locale to remove

Return Value

Type: Boolean
True if region code exists in custom locale's collection, false otherwise.
See Also

Reference