DeactivateFolderNotifications
Deactivate notifications for specified users.
void DeactivateFolderNotifications (Guid sessionID, int folderId, int[] userIds)
| Parameter Name | Description |
|---|---|
sessionID | User session returned by one of Open functions |
folderId | ID of the folder to deactivate notification settings |
userIds | Array of integers that contains IDs of the users, notifications will be deactivated for userIDs listed in the array |
Was this topic helpful?