Click or drag to resize
IExtensionContainerGetExtensions Method
Retreives all extensions from the container.

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

Return Value

Type: ListIExtensionBase
A list containing the extensions.
See Also