OWSDateField.LoadPostData Method
NOTE: This API is now obsolete.
Processes post back data for the server control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public Function LoadPostData ( _
postDataKey As String, _
postCollection As NameValueCollection _
) As Boolean
'Usage
Dim instance As OWSDateField
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim returnValue As Boolean
returnValue = instance.LoadPostData(postDataKey, _
postCollection)
[ObsoleteAttribute("This class has been deprecated.")]
public bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Parameters
postDataKey
Type: System.StringThe key identifier for the control.
postCollection
Type: System.Collections.Specialized.NameValueCollectionThe collection of all incoming name values.
Return Value
Type: System.Boolean
true if the post back data is successfully processed; otherwise, false.
Implements
IPostBackDataHandler.LoadPostData(String, NameValueCollection)