ILocalesManagerRemoveCustomLocale Method
|
Removes a custom locale.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveCustomLocale(
string regionCode
)
Function RemoveCustomLocale (
regionCode As String
) As Boolean
bool RemoveCustomLocale(
String^ regionCode
)
abstract RemoveCustomLocale :
regionCode : string -> bool Parameters
- regionCode String
- Region code of the custom locale to remove
Return Value
BooleanTrue if region code exists in custom locale's collection, false otherwise.
See Also