DateTimeControl.IPostBackDataHandler.LoadPostData method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Private Function LoadPostData ( _
    postDataKey As String, _
    postCollection As NameValueCollection _
) As Boolean Implements IPostBackDataHandler.LoadPostData
'Usage
Dim instance As DateTimeControl
Dim postDataKey As String
Dim postCollection As NameValueCollection
Dim returnValue As Boolean

returnValue = CType(instance, IPostBackDataHandler).LoadPostData(postDataKey, _
    postCollection)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
boolIPostBackDataHandler.LoadPostData(
    string postDataKey,
    NameValueCollection postCollection
)

Parameters

Return value

Type: System.Boolean

Implements

IPostBackDataHandler.LoadPostData(String, NameValueCollection)

See also

Reference

DateTimeControl class

DateTimeControl members

Microsoft.SharePoint.WebControls namespace