Freigeben über


OWSDateField.LoadPostData-Methode

HINWEIS: Diese API ist veraltet.

Prozesse buchen Daten für das Serversteuerelement.

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
)

Parameter

  • postDataKey
    Typ: System.String

    Die Schlüssel-ID für das Steuerelement.

Rückgabewert

Typ: System.Boolean
true , wenn das Postback Daten erfolgreich verarbeitet; andernfalls false.

Implementiert

IPostBackDataHandler.LoadPostData(String, NameValueCollection)

Siehe auch

Referenz

OWSDateField Klasse

OWSDateField-Member

Microsoft.SharePoint.WebControls-Namespace