EptDataSourceGetView Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the named data source view associated with the data source control.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected override DataSourceView GetView(
	string viewName
)

Parameters

viewName
Type: SystemString
The name of the DataSourceView to retrieve. In data source controls that support only one view, such as SqlDataSource, this parameter is ignored.

Return Value

Type: DataSourceView
Returns the named DataSourceView associated with the DataSourceControl.
See Also

Reference