Share via


ContactsContract.Contacts.EnterpriseContentFilterUri Property

Definition

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

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

Applies to