summaryM:DotNetNuke.UI.WebControls.DnnTree.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)
Visual Basic
Public Function LoadPostData ( 
	postDataKey As String,
	postCollection As NameValueCollection
) As Boolean

Parameters

postDataKey
Type: System..::..String
parampostDataKeyM:DotNetNuke.UI.WebControls.DnnTree.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)
postCollection
Type: System.Collections.Specialized..::..NameValueCollection
parampostCollectionM:DotNetNuke.UI.WebControls.DnnTree.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)

Return Value

returnsM:DotNetNuke.UI.WebControls.DnnTree.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)

Implements

IPostBackDataHandler..::..LoadPostData(String, NameValueCollection)

See Also