Click or drag to resize
ForumViewerCopyValuesFromParent Method
Tries to find parent forum viewer and copy values.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void CopyValuesFromParent(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Current forum viewer control
See Also