CMSSelectableToggleButtonLoadPostData Method |
Processes postback data for an ASP.NET server control.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Parameters
- postDataKey
- Type: SystemString
The key identifier for the control. - postCollection
- Type: System.Collections.SpecializedNameValueCollection
The collection of all incoming name values.
Return Value
Type:
BooleanAlways false
Implements
IPostBackDataHandlerLoadPostData(String, NameValueCollection)See Also