ContentUris.AppendId(Uri+Builder, Int64) Method
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.
Appends the given ID to the end of the path.
[Android.Runtime.Register("appendId", "(Landroid/net/Uri$Builder;J)Landroid/net/Uri$Builder;", "")]
public static Android.Net.Uri.Builder AppendId (Android.Net.Uri.Builder builder, long id);
[<Android.Runtime.Register("appendId", "(Landroid/net/Uri$Builder;J)Landroid/net/Uri$Builder;", "")>]
static member AppendId : Android.Net.Uri.Builder * int64 -> Android.Net.Uri.Builder
Parameters
- builder
- Uri.Builder
to append the ID to
- id
- Int64
to append
Returns
the given builder
- Attributes
Remarks
Java documentation for android.content.ContentUris.appendId(android.net.Builder, long)
.
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.