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.StringFür interne Zwecke vorbehalten.
values
Typ: System.Collections.Specialized.NameValueCollectionFür interne Zwecke vorbehalten.
Rückgabewert
Typ: System.Boolean
Implementiert
IPostBackDataHandler.LoadPostData(String, NameValueCollection)