WorksharingDisplaySettings.SetGraphicOverrides(String, WorksharingDisplayGraphicSettings)
Method
Description:
Sets the graphic overrides assigned to elements owned by a particular user. The username cannot be on the list of removed usernames.
Sets the graphic overrides assigned to elements owned by a particular user. The username cannot be on the list of removed usernames.
Remarks:
Note that you can specify usernames which do not yet exist in the document's user table.
Note that you can specify usernames which do not yet exist in the document's user table.
Syntax
public void SetGraphicOverrides(
string username,
WorksharingDisplayGraphicSettings overrides
)
Parameters
Parameter | Type | Description |
---|---|---|
username | String | The username of the desired user. |
overrides | WorksharingDisplayGraphicSettings | The desired graphic overrides for this user. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The username is on the list of removed users. |
ArgumentNullException | A non-optional argument was null |