BaseXmlDataSource.DataFileParameters property

Gets a collection of parameters used in manipulating the XmlDocPath.

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

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property DataFileParameters As ParameterCollection
    Get
'Usage
Dim instance As BaseXmlDataSource
Dim value As ParameterCollection

value = instance.DataFileParameters
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ParameterCollection DataFileParameters { get; }

Property value

Type: System.Web.UI.WebControls.ParameterCollection
A System.Web.UI.WebControls.ParameterCollection that represents the XmlDocPath handling parameters.

See also

Reference

BaseXmlDataSource class

BaseXmlDataSource members

Microsoft.SharePoint.WebControls namespace