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.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function LoadPostData ( _
postDataKey As String, _
values As NameValueCollection _
) As Boolean
'Usage
Dim instance As BaseRichSelector
Dim postDataKey As String
Dim values As NameValueCollection
Dim returnValue As Boolean
returnValue = instance.LoadPostData(postDataKey, _
values)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool LoadPostData(
string postDataKey,
NameValueCollection values
)
Parameters
postDataKey
Type: System.StringReserved for internal use.
values
Type: System.Collections.Specialized.NameValueCollectionReserved for internal use.
Return Value
Type: System.Boolean
Implements
IPostBackDataHandler.LoadPostData(String, NameValueCollection)