DataFormWebPart.AreAllConsumerInterfacesFulfilled method

Indicates whether all the consumer interfaces of the DataFormWebPart have received data.

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

Syntax

'Declaration
Protected Function AreAllConsumerInterfacesFulfilled As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.AreAllConsumerInterfacesFulfilled()
protected bool AreAllConsumerInterfacesFulfilled()

Return value

Type: System.Boolean
true if all the consumer interfaces of the DataFormWebPart have received data; otherwise, false.

Remarks

This method indicates whether the DataFormWebPart has received all data from parameter providers and filter providers.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace