Sitecore 5.1.1 API

Settings.CheckSecurityOnLanguages Property

Indicates if security on languages should be checked.

[Visual Basic]
Public Shared ReadOnly Property CheckSecurityOnLanguages As Boolean
[C#]
public static bool CheckSecurityOnLanguages {get;}

Property Value

Default value: false.

Remarks

If true, the security settings on individual languages (below /system/languages) will be checked.

This allows the administrator to hide languages from individual users. For instance, security may be set that allows a user to read English and write German.

See Also

Settings Class | Sitecore.Configuration Namespace