.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1a62c5937c52d74364d13e7bdce8e5210c: Camera.Subscriptions Property +++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Get the current subscriptions of this camera. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`SubscriptionManager` Subscriptions { get; } In release 3.0 we introduce subscriptions as a way to receive full IIQ files, previews and LiveView image frames. You use this *manager* to subscribe and unsubscribe for receiving notifications for these events. (IIQ file, Preview, etc.) Subscriptions use the *notification* system to deliver the events. Therefore, you *must* also enable listening for any event that you subscribe to.