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)

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.String

    The key identifier for the control.

Return value

Type: System.Boolean
true if the post back data is successfully processed; otherwise, false.

Implements

IPostBackDataHandler.LoadPostData(String, NameValueCollection)

See also

Reference

OWSDateField class

OWSDateField members

Microsoft.SharePoint.WebControls namespace