Click or drag to resize
StorageCollectionContainsAsync Method
Checks the service if a StorageObject with the given ID exists in the collection.

Namespace: Oracle.Cloud.Mobile.Storage
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task<bool> ContainsAsync(
	string objectId
)

Parameters

objectId
Type: SystemString
The ID of the StorageObject to check.

Return Value

Type: TaskBoolean
True if the StorageCollection contains an object with the given ID, false otherwise.
See Also