Share via


BrokerPriority.Grant Method

Include Protected Members
Include Inherited Members

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

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

Overload List

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

Top