| CountryListLoadPostData Method |
Processes postback data.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Public Function LoadPostData (
postDataKey As String,
postCollection As NameValueCollection
) As Boolean
Parameters
- postDataKey
- Type: SystemString
Postback data key. - postCollection
- Type: System.Collections.SpecializedNameValueCollection
Post collection.
Return Value
Type:
BooleanRemarks See Also