Click or drag to resize
CMSAbstractUIWebpartCheckViewPermissions Method
Returns if user is allowed to read content based on content's object type

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected bool CheckViewPermissions(
	BaseInfo editedObject = null
)

Parameters

editedObject (Optional)
Type: CMS.DataEngineBaseInfo
Edited object. If null context's object is used.

Return Value

Type: Boolean
See Also