IElementDirectory.ContainsDeletedElement(Guid) Method

Definition

Is the input elementId the id of an element in the set of deleted elements.

public:
 bool ContainsDeletedElement(Guid elementId);
public bool ContainsDeletedElement (Guid elementId);
abstract member ContainsDeletedElement : Guid -> bool
Public Function ContainsDeletedElement (elementId As Guid) As Boolean

Parameters

elementId
Guid

The Id of to check

Returns

whether there is an element with that Id in the deleted element set

Applies to