BrokerPriority.EnumObjectPermissions Method
Include Protected Members
Include Inherited Members
This method will be removed in a future version of the product.
Enumerates a list of object permissions for the conversation priority.
Overload List
Name | Description | |
---|---|---|
EnumObjectPermissions() | This method will be removed in a future version of the product.Enumerates a list of object permissions for the conversation priority. | |
EnumObjectPermissions(String) | This method will be removed in a future version of the product.Enumerates a list of object permissions for a specified grantee on the conversation priority. | |
EnumObjectPermissions(ObjectPermissionSet) | This method will be removed in a future version of the product.Enumerates a list of object permissions for a specified permission on the conversation priority. | |
EnumObjectPermissions(String, ObjectPermissionSet) | This method will be removed in a future version of the product.Enumerates a list of object permissions for a specified grantee and a specified permission on the conversation priority. |
Top