| UserInfoIsEditorInternal Property | 
Note: This API is now obsolete.
            Gets or sets the IsEditor flag. This property is considered for internal purposes only and should not be used in custom code.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntax[ObsoleteAttribute("Use CheckPrivilegeLevel method instead.")]
public bool IsEditorInternal { get; set; }Property Value
Type: 
Boolean Remarks
RemarksReturns 
true if user is 
Editor.
 Remarks
Remarks
            Sets user's privilege level from 
None to 
Editor and vice versa. 
            Does nothing for other privilege levels.
            
 See Also
See Also