XmlFilterObjectCheckForReadPermission Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that specifies whether Content Studio should check for read permission instead of browse permission.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool CheckForReadPermission { get; set; }

Property Value

Type: Boolean
The purpose of this property is to support certain scenarios using meta security. The default value is false, which is the normal value.
Remarks

If the DraftsOnly parameter is set to true or null (Nothing in Visual Basic), or the IgnorePublishStatus is set this property is implicitly set.
See Also

Reference