Share via


ChildSiteLink.Connect(ContentIsland) Method

Definition

Connects the specified ContentIsland with the owned ContentSite.

public:
 virtual void Connect(ContentIsland ^ content) = Connect;
void Connect(ContentIsland const& content);
public void Connect(ContentIsland content);
function connect(content)
Public Sub Connect (content As ContentIsland)

Parameters

content
ContentIsland

The ContentIsland to connect with the owned ContentSite.

Remarks

A ContentIsland can only be connected to one ContentSite at a time.

Applies to