MenuDesigner::RefreshSchema Method (Boolean)

 

Refreshes the schema of the data source view for the associated Menu control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
void RefreshSchema(
	bool preferSilent
)

Parameters

preferSilent
Type: System::Boolean

If true, does not display error messages when exceptions occur during processing; otherwise, exception messages are displayed.

The RefreshSchema method will be called by the design host only if the CanRefreshSchema property is true.

.NET Framework
Available since 2.0
Return to top
Show: