EntityEditor.LoadPostData method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overridable Function LoadPostData ( _
postDataKey As String, _
values As NameValueCollection _
) As Boolean
'Usage
Dim instance As EntityEditor
Dim postDataKey As String
Dim values As NameValueCollection
Dim returnValue As Boolean
returnValue = instance.LoadPostData(postDataKey, _
values)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public virtual bool LoadPostData(
string postDataKey,
NameValueCollection values
)
Parameters
- postDataKey
Type: System.String
- values
Type: System.Collections.Specialized.NameValueCollection
Return value
Type: System.Boolean
Implements
IPostBackDataHandler.LoadPostData(String, NameValueCollection)