Click or drag to resize
CMSAbstractUIWebpartCheckEditPermissions Method
Returns if element is authorized per modifying object

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

Parameters

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

Return Value

Type: Boolean
See Also