CalendarContract.Instances.EnterpriseContentSearchUri Property

Definition

The content:// style URL for querying an instance range with a search term in the managed profile.

[Android.Runtime.Register("ENTERPRISE_CONTENT_SEARCH_URI", ApiSince=29)]
public static Android.Net.Uri EnterpriseContentSearchUri { get; }
[<Android.Runtime.Register("ENTERPRISE_CONTENT_SEARCH_URI", ApiSince=29)>]
static member EnterpriseContentSearchUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

The content:// style URL for querying an instance range with a search term in the managed profile. It supports similar semantics as #CONTENT_SEARCH_URI and performs similar checks as #ENTERPRISE_CONTENT_URI.

Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_SEARCH_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