Freigeben über


BaseRichSelector.LoadPostData-Methode

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function LoadPostData ( _
    postDataKey As String, _
    values As NameValueCollection _
) As Boolean
'Usage
Dim instance As BaseRichSelector
Dim postDataKey As String
Dim values As NameValueCollection
Dim returnValue As Boolean

returnValue = instance.LoadPostData(postDataKey, _
    values)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public bool LoadPostData(
    string postDataKey,
    NameValueCollection values
)

Parameter

  • postDataKey
    Typ: System.String

    Für interne Zwecke vorbehalten.

Rückgabewert

Typ: System.Boolean

Implementiert

IPostBackDataHandler.LoadPostData(String, NameValueCollection)

Siehe auch

Referenz

BaseRichSelector Klasse

BaseRichSelector-Member

Microsoft.SharePoint.Publishing.WebControls-Namespace