GroupedItemPicker.IPostBackDataHandler.LoadPostData Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Function LoadPostData ( _
postDataKey As String, _
values As NameValueCollection _
) As Boolean Implements IPostBackDataHandler.LoadPostData
'Usage
Dim instance As GroupedItemPicker
Dim postDataKey As String
Dim values As NameValueCollection
Dim returnValue As Boolean
returnValue = CType(instance, IPostBackDataHandler).LoadPostData(postDataKey, _
values)
boolIPostBackDataHandler.LoadPostData(
string postDataKey,
NameValueCollection values
)
Parameters
- postDataKey
Type: System.String
- values
Type: System.Collections.Specialized.NameValueCollection
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IPostBackDataHandler.LoadPostData(String, NameValueCollection)