contains


Description:

public bool contains (string uid, string? rid, CacheDeletedFlag deleted_flag)

Checkes whether the this contains an object with the given uid and rid.

The rid can be an empty string or null to search for the master object, otherwise the check is done for a detached instance, not for a recurrence instance.

Parameters:

this

an CalCache

uid

component UID

rid

optional component Recurrence-ID or null

deleted_flag

one of CacheDeletedFlag enum

Returns:

Whether the object had been found.