IUserWriteLocales Property Ingeniux CMS Content Store API

Gets and sets the Languages this user can write.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference