DataFormWebPart.ShouldConsumeParameters method

Indicates whether the DataFormWebPart should consume parameters.

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

Syntax

'Declaration
Public Overridable Function ShouldConsumeParameters As Boolean
'Usage
Dim instance As DataFormWebPart
Dim returnValue As Boolean

returnValue = instance.ShouldConsumeParameters()
public virtual bool ShouldConsumeParameters()

Return value

Type: System.Boolean
true if the DataFormWebPart should consume parameters; otherwise, false.

Remarks

This virtual method always returns true.

This virtual method can be implemented in a subclass to return a value that indicates whether the DataFormWebPart should consume parameters.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace