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: 1.8.12.0 (1.8.12)
Syntax
IExtensionBase GetExtension(
	string userName
)

Parameters

userName
Type: SystemString

Return Value

Type: IExtensionBase
A list containing the extensions.
See Also