RanorexRanorex Documentation
ReloadData Method (withAncestors)
NamespacesRanorex.Core.DataDataContextReloadData(Boolean)
Reloads the data from the data Source associated with this context and optionally reloads data in ancestor contexts, too.
Declaration Syntax
C#Visual BasicVisual C++
public void ReloadData(
	bool withAncestors
)
Public Sub ReloadData ( _
	withAncestors As Boolean _
)
public:
void ReloadData(
	bool withAncestors
)
Parameters
withAncestors (Boolean)
A value specifying if the data in ancestor contexts should also be reloaded.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)