Click or drag to resize

IExtensionContainerGetExtension Method

Retreives all the extensions with the specified username from the container.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
IExtensionBase GetExtension(
	string userName
)

Parameters

userName
Type: SystemString

Return Value

Type: IExtensionBase
A list containing the extensions.
See Also