RVTDocs.com

WorksharingDisplaySettings.CanUserHaveOverrides

Method
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.
Syntax
public bool CanUserHaveOverrides(
	string username
)
Parameters
Parameter Type Description
username String The username to check.
Return Value
Type Description
Boolean False if the username is on the list of removed users, True otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null