Loads the communicator.

Namespace: DotNetNuke.Entities.Modules.Communications
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void LoadCommunicator(
	Control ctrl
)
Visual Basic
Public Sub LoadCommunicator ( 
	ctrl As Control
)

Parameters

ctrl
Type: System.Web.UI..::..Control
The control.

See Also