WorksharingDisplaySettings.RestoreUsers
Method
Description:
Adds users back to the list of displayed users and permits customization of the graphics. Any usernames that are not currently removed will be ignored. Returns the number of users who were actually restored.
Adds users back to the list of displayed users and permits customization of the graphics. Any usernames that are not currently removed will be ignored. Returns the number of users who were actually restored.
Remarks:
This is the opposite of removing users. Note that the user will be shown with default graphic overrides - any customizations that existed prior to removing the user will not be restored.
This is the opposite of removing users. Note that the user will be shown with default graphic overrides - any customizations that existed prior to removing the user will not be restored.
Parameters
Parameter | Type | Description |
---|---|---|
usersToRestore | ICollection | The usernames of the users to restore. Any usernames that are not currently removed will be ignored. |
Return Value
Type | Description |
---|---|
Int32 | The number of usernames that were actually restored. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |