2027 Method
Changes 0
M

WorksharingDisplaySettings.CanUserHaveOverrides

Description:
Checks whether a single username can have customized graphic overrides.
Remarks:
Only users that have not been removed can have overrides. Once it is removed, a username must be restored before its associated graphic overrides can be customized.
public bool CanUserHaveOverrides(
	string username
)
  • String
    username
    The username to check.
Return Value Boolean False if the username is on the list of removed users, True otherwise.