Click or drag to resize

IExtensionContainerGetExtensions Method

Retreives all extensions from the container.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
List<IExtensionBase> GetExtensions()

Return Value

Type: ListIExtensionBase
A list containing the extensions.
See Also