SiteMapDesignerHierarchicalDataSourceView.GetDesignTimeData(Boolean) Method

Definition

Generates design-time data that matches the schema of the associated data source control and returns a value indicating whether the data is sample data or real data.

public:
 override System::Web::UI::IHierarchicalEnumerable ^ GetDesignTimeData([Runtime::InteropServices::Out] bool % isSampleData);
public override System.Web.UI.IHierarchicalEnumerable GetDesignTimeData (out bool isSampleData);
override this.GetDesignTimeData : bool -> System.Web.UI.IHierarchicalEnumerable
Public Overrides Function GetDesignTimeData (ByRef isSampleData As Boolean) As IHierarchicalEnumerable

Parameters

isSampleData
Boolean

true to indicate that the returned data is sample data; false to indicate that the returned data is real data.

Returns

Design-time data that matches the schema of the associated data source control.

Applies to

See also