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

Syntax

[Android.Runtime.Register("withAppendedId", "(Landroid/net/Uri;J)Landroid/net/Uri;", "")]
public static Android.Net.Uri WithAppendedId (Android.Net.Uri contentUri, long id)

Parameters

contentUri
to start with
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