| 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
Syntaxpublic bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)
Parameters
- postDataKey
- Type: SystemString
 
- postCollection
- Type: System.Collections.SpecializedNameValueCollection
 
Return Value
Type: 
BooleanImplements
IPostBackDataHandlerLoadPostData(String, NameValueCollection) See Also
See Also