WorksharingDisplaySettings.UserHasGraphicOverrides
Method
Description:
Checks whether there are graphic overrides that would apply to elements owned by the given user in the "Individual Owners" display mode.
Checks whether there are graphic overrides that would apply to elements owned by the given user in the "Individual Owners" display mode.
Remarks:
There will always be graphic overrides for all users included in the user table. In addition, there may be other users who have been explicitly assigned overrides.
There will always be graphic overrides for all users included in the user table. In addition, there may be other users who have been explicitly assigned overrides.
Parameters
Parameter | Type | Description |
---|---|---|
username | String | The username to check |
Return Value
Type | Description |
---|---|
Boolean | True if there are graphic overrides assigned to the username, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |