Android.Content.ContentUris.AppendId Method
Appends the given ID to the end of the path.

Syntax

[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)

Parameters

builder
to append the ID to
id
to append

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the given ID to the end of the path.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1