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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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. | |
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