Example Collaboration User Subscription Definitions.xml file

The Collaboration User Subscription Definitions.xml file is located in the Collaboration Store folder. Below is an example of the file:

<?xml version='1.0' encoding='UTF-8'?>
<subscriptiondefs>
<subscriptiondef>
<defid>{17F1C088-D244-4291-A40E-29C1D9770BA2}</defid>
<type>100</type>
<label>Topic added to this Forum</label>
<cebased>true</cebased>
<description>Notify me whenever a new Topic is started in this Forum</description>
<subscribableobj>forum</subscribableobj>
</subscriptiondef>
<subscriptiondef>
<defid>{BE56FB3A-2B8C-4d80-90CB-C94DD2DA0A72}</defid>
<type>101</type>
<label>Reply posted to this Topic</label>
<cebased>true</cebased>
<description>Notify me whenever a Reply is posted to this Topic</description>
<subscribableobj>topicfolder</subscribableobj>
</subscriptiondef>
<subscriptiondef>
<defid>{3D3FF6E2-15A7-4353-AD9D-FD5B0B90900C}</defid>
<type>200</type>
<label>Change to Document</label>
<cebased>true</cebased>
<description>Notify me whenever this document changes</description>
<subscribableobj>document</subscribableobj>
</subscriptiondef>
<subscriptiondef>
<defid>{6F87F156-E46B-4c16-8E3E-710BF6D518DA}</defid>
<type>300</type>
<label>Change to Folder</label>
<cebased>true</cebased>
<description>Notify me whenever a document or folder is added to this Folder</description>
<subscribableobj>folder</subscribableobj>
</subscriptiondef>
<!--
<subscriptiondef>
<defid>{3B31FAC8-9BB0-4aa2-A48D-DA77EC4809BC}</defid>
<type>301</type>
<label>Document added to this Folder</label>
<cebased>true</cebased>
<description>Notify me whenever a document is added to this Folder</description>
<subscribableobj>folder</subscribableobj>
</subscriptiondef>
-->
<!--
<subscriptiondef>
<defid>{12B12DBC-5ABC-4486-AB02-F046D910814E}</defid>
<type>302</type>
<label>Folder added to Folder</label>
<cebased>true</cebased>
<description>Notify me whenever a Folder is added to this Folder</description>
<subscribableobj>folder</subscribableobj>
</subscriptiondef>
-->
<subscriptiondef>
<defid>{70018943-9662-4ec4-AAC0-1C19E713302F}</defid>
<type>400</type>
<label>Change in Task completion status</label>
<cebased>false</cebased>
<description>Notify me whenever this Task has been completed, reopened or the due date has passed without completion</description>
<subscribableobj>task</subscribableobj>
</subscriptiondef>
<!--
<subscriptiondef>
<defid>{556A2F00-AA1D-4c98-84A5-9F2D312D42CA}</defid>
<type>401</type>
<label>Task Completed</label>
<cebased>false</cebased>
<description>Notify me whenever this Task has been completed</description>
<subscribableobj>task</subscribableobj>
</subscriptiondef>
-->
<!--
<subscriptiondef>
<defid>{E60E6BD6-3978-445e-8A56-80727302962B}</defid>
<type>402</type>
<label>Task Reopened</label>
<cebased>false</cebased>
<description>Notify me whenever this Task has been reopened</description>
<subscribableobj>task</subscribableobj>
</subscriptiondef>
-->
<!--
<subscriptiondef>
<defid>{4607D823-5FAA-4513-A65E-323C0ED23AB7}</defid>
<type>403</type>
<label>Task Expired</label>
<cebased>false</cebased>
<description>Notify me whenever the due date of this Task has been passed without completion</description>
<subscribableobj>task</subscribableobj>
</subscriptiondef>
-->
</subscriptiondefs>