Edit

Share via


CollaborationPlatform.RemoveTrustedDomain(TrustedDomain) Method

Definition

Removes an existing entry from the trusted domains list.

public:
 bool RemoveTrustedDomain(Microsoft::Rtc::Collaboration::TrustedDomain ^ trustedDomainEntry);
public bool RemoveTrustedDomain (Microsoft.Rtc.Collaboration.TrustedDomain trustedDomainEntry);
member this.RemoveTrustedDomain : Microsoft.Rtc.Collaboration.TrustedDomain -> bool
Public Function RemoveTrustedDomain (trustedDomainEntry As TrustedDomain) As Boolean

Parameters

trustedDomainEntry
TrustedDomain

The entry to be removed.

Returns

Returns True if it was removed. False, if the entry does not exist.

Exceptions

Thrown when the argument passed is null.

Applies to