IUserReadLocales Property
|
Gets and sets the
Languages this user can read.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<ILocale> ReadLocales { get; set; }
Property ReadLocales As IEnumerable(Of ILocale)
Get
Set
property IEnumerable<ILocale^>^ ReadLocales {
IEnumerable<ILocale^>^ get ();
void set (IEnumerable<ILocale^>^ value);
}
abstract ReadLocales : IEnumerable<ILocale> with get, set
Property Value
Type:
IEnumerableILocaleRemarks
A user can only access the Translation interface if the user's Read Locales
include the Locale of the master Page's Locale and its
Write Locales include the clone Page's Locale.
See Also