EmbeddedCameraFQIDProperty dynamic

Hi,

Can we set EmbeddedCameraFQIDProperty dynamically without SaveAllProperties?

_viewItemManager.SetProperty(ClientControl.EmbeddedCameraFQIDProperty, id.ToXmlNode().OuterXml);

_viewItemManager.SaveAllProperties();

Calling above will affect other users seeing the same view item.

Can this just update on current SC and not affect others’ SC?

Thanks,

Vikas

No, you need SaveAllProperties for setting EmbeddedCameraFQIDProperty. And no, there is no ways to update current SC without affecting other SC.