Click or drag to resize
CMSUsersPageCheckGlobalAdminEdit Method
Returns false if edited user is global admin and current user can't edit admin's account.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected bool CheckGlobalAdminEdit(
	UserInfo editedUser
)

Parameters

editedUser
Type: CMS.MembershipUserInfo
Edited user info

Return Value

Type: Boolean
See Also