BWAEditor..::..LoadPostData Method
Implements LoadPostData(System.String,System.Collections.Specialized.NameValueCollection). Captures the posted
textarea value back into _content when it differs from the current content.
Namespace:
AdvantageCMS.Web.UIAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
public bool LoadPostData( string postDataKey, NameValueCollection postCollection )
Parameters
- postDataKey
- Type: String
The post-back key identifying this control.
- postCollection
- Type: NameValueCollection
The collection of posted form values.

