CMSButtonGroupLoadPostData Method |
Processes postback data
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
- postCollection
- Type: System.Collections.SpecializedNameValueCollection
Return Value
Type:
BooleanImplements
IPostBackDataHandlerLoadPostData(String, NameValueCollection)See Also