CalendarContract.Instances.EnterpriseContentSearchUri 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.
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
- 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.