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)
Available in Sandboxed Solutions: No
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.