Click or drag to resize

PortalCollectionRegisterPortal Method

Register an portal on this collection. The collection should not be used before.

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public void RegisterPortal( 	Portal portal )

Parameters

portal
Type: VaserPortal
The portal you want to register.
See Also