UpdateDashboardContentTarget Property |
The target dashboard element where the content should be placed.
In the form of a css or jquery selector.
If not specified, the entire dashboard will be replaced
with the provided content.
Namespace:
MFiles.VAF.Configuration.Domain.ClientDirective
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string Target { get; set; }
Public Property Target As String
Get
Set
public:
property String^ Target {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also