CalendarContract.Instances.EnterpriseContentSearchByDayUri 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_BY_DAY_URI", ApiSince=29)]
public static Android.Net.Uri EnterpriseContentSearchByDayUri { get; }
[<Android.Runtime.Register("ENTERPRISE_CONTENT_SEARCH_BY_DAY_URI", ApiSince=29)>]
static member EnterpriseContentSearchByDayUri : 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_BY_DAY_URI
and performs similar checks as #ENTERPRISE_CONTENT_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.