ContactsContract.Contacts.EnterpriseContentFilterUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
It supports the similar semantics as #CONTENT_FILTER_URI
and returns the same
columns.
[Android.Runtime.Register("ENTERPRISE_CONTENT_FILTER_URI", ApiSince=24)]
public static Android.Net.Uri? EnterpriseContentFilterUri { get; }
[<Android.Runtime.Register("ENTERPRISE_CONTENT_FILTER_URI", ApiSince=24)>]
static member EnterpriseContentFilterUri : Android.Net.Uri
Property Value
- Attributes
Remarks
It supports the similar semantics as #CONTENT_FILTER_URI
and returns the same columns. This URI requires ContactsContract#DIRECTORY_PARAM_KEY
in parameters, otherwise it will throw IllegalArgumentException. The passed directory can belong either to the calling user or to a managed profile that is linked to it.
Java documentation for android.provider.ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.