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.4.54.0
Syntax
bool Contains(
	ISIPExtension extension
)

Parameters

extension  ISIPExtension

Return Value

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