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
SyntaxIEnumerable<ILocale> WriteLocales { get; set; }
Property WriteLocales As IEnumerable(Of ILocale)
Get
Set
property IEnumerable<ILocale^>^ WriteLocales {
IEnumerable<ILocale^>^ get ();
void set (IEnumerable<ILocale^>^ value);
}
abstract WriteLocales : IEnumerable<ILocale> with 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