BaseXmlDataSource.UseDataFileParameters method

Changes the XmlDocPath to reflect the parameters represented by the DataFileParameter collection

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Function UseDataFileParameters As String
'Usage
Dim returnValue As String

returnValue = Me.UseDataFileParameters()
protected virtual string UseDataFileParameters()

Return value

Type: System.String
A string that contains the URL path to use for fetching data.

See also

Reference

BaseXmlDataSource class

BaseXmlDataSource members

Microsoft.SharePoint.WebControls namespace