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 overrides TextBox.LoadPostData(String, NameValueCollection).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function LoadPostData ( _
postDataKey As String, _
postCollection As NameValueCollection _
) As Boolean
'Usage
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim returnValue As Boolean
returnValue = Me.LoadPostData(postDataKey, _
postCollection)
protected override bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Parameters
- postDataKey
Type: System.String
- postCollection
Type: System.Collections.Specialized.NameValueCollection
Return Value
Type: System.Boolean