Click or drag to resize
MessagingServiceGetClearLocalDataCapability Method
Returns a Capability object that indicates if local data can be cleared.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Capability GetClearLocalDataCapability(
	MessagingProviderType providerType
)

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: Capability
Remarks
This capability is currently always Allowed.
See Also