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