Click or drag to resize

IUserWriteLocales Property


Gets and sets the Languages this user can write.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ILocale> WriteLocales { get; set; }

Property Value

Type: IEnumerableILocale
Remarks

A user can only access the Translation interface if the user's Read Locales include the locale of the mster Page's Locale and its Write Locales include the clone Page's Locale.

See Also