Strategy ONE
Enabling the entire Share feature
The following parameter and value are used to specify whether the entire Share feature is enabled and visible.
This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.
| Parameter | Setting Level | Value | Target Component | Behavior | 
|---|---|---|---|---|
| 
                                                             feature.share  | 
                                                        
                                                             Feature  | 
                                                        
                                                             Possible values include: 
  | 
                                                        
                                                             Share icon / panels  | 
                                                        
                                                             Specifies whether to enable the entire Share feature and make the Share icon and panels visible 
  | 
                                                    
The sample URLs below show how to enable and explicitly disable the entire Share feature.
Sample URL for enabling the entire Share feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share=true
Sample URL for explicitly disabling the entire Share feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share=false
