Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the DataFormWebPart should consume parameters.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.