PortalManager.

RequestLinkPortal(Portal, Portal) Method

Summary

Request that the given source portal be linked to the given destination portal. Both portals must be registered for successful linking.
Namespace
ASL.PortalSystem
Containing Type
PortalManager

Syntax

public bool RequestLinkPortal(Portal source, Portal destination)

Parameters

Name Type Description
source Portal Portal linking source.
destination Portal Portal linking destination.

Return Value

Type Description
bool Linking success.