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.4.54.0
Syntax
IExtensionBase GetExtension(
	string userName
)

Parameters

userName  String

Return Value

IExtensionBase
A list containing the extensions.
See Also