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.
Called during the data-retrieval loop when it is time to fetch data. GetData is used in conjunction with GetRequiresData.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Sub GetData
'Usage
Dim instance As IConnectionData
instance.GetData()
void GetData()
Remarks
If the Web Part is waiting for input, it should return immediately. If the Web Part fetches data asynchronously, it should start the data-retrieval work item and return.