DeleteFolderNotifications
The method deletes notifications set for users listed in userIDs on the folder specified in FolderId.
void DeleteFolderNotifications (Guid sessionID, int FolderId, int[] userIDs)
| Parameter Name | Description |
|---|---|
sessionID | User session returned by one of Open functions |
folderId | ID of the folder to delete notification settings |
userIds | Array of integers that contains IDs of the users, notifications will be deleted for userIDs listed in the array |
Was this topic helpful?