Share via


BrokerPriority.Deny Method

Include Protected Members
Include Inherited Members

This method will be removed in a future version of the product.

Denies access to the specified permission for the specified grantees on the conversation priority.

Overload List

  Name Description
Public method Deny(ObjectPermissionSet, String) This method will be removed in a future version of the product.Denies access to the specified permission for the specified grantees on the conversation priority.
Public method Deny(ObjectPermissionSet, array<String[]) This method will be removed in a future version of the product.Denies access to the specified permission for the specified grantees on the conversation priority.
Public method Deny(ObjectPermissionSet, String, Boolean) This method will be removed in a future version of the product.Denies access to the specified permission for the specified grantee and other users that the grantee granted access to on the conversation priority.
Public method Deny(ObjectPermissionSet, array<String[], Boolean) This method will be removed in a future version of the product.Denies access to the specified permission for the specified grantee and other users that the grantee granted access to on the conversation priority.

Top