| CMSAbstractUIWebpartCheckViewPermissions Method | 
            Returns if user is allowed to read content based on content's object type
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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
See Also