ManagedDashboardApplyTreeviewValues Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public static bool ApplyTreeviewValues(
ref FilterNodes FilterNodes,
string[] NodeIDs,
ref string ErrorMessage,
ref DPALogging DPALogging,
string NodeIDPrefix
)
Public Shared Function ApplyTreeviewValues (
ByRef FilterNodes As FilterNodes,
NodeIDs As String(),
ByRef ErrorMessage As String,
ByRef DPALogging As DPALogging,
NodeIDPrefix As String
) As Boolean
public:
static bool ApplyTreeviewValues(
FilterNodes^% FilterNodes,
array<String^>^ NodeIDs,
String^% ErrorMessage,
DPALogging^% DPALogging,
String^ NodeIDPrefix
)
DataPAEnterpriseDashboard.ManagedDashboard.ApplyTreeviewValues = function(FilterNodes, NodeIDs, ErrorMessage, DPALogging, NodeIDPrefix);
Parameters
- FilterNodes
- Type: DataPAEnterpriseDashboardFilterNodes
- NodeIDs
- Type: SystemString
- ErrorMessage
- Type: SystemString
- DPALogging
- Type: DPALogging
- NodeIDPrefix
- Type: SystemString
Return Value
Type:
BooleanSee Also