Click or drag to resize

IExtensionContainerContains Method

Determines whether the container contains the specified extension.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
bool Contains(
	ISIPExtension extension
)

Parameters

extension
Type: Ozeki.VoIPISIPExtension

Return Value

Type: Boolean
True if the container contains the extension; otherwise, false.
See Also