IElementDirectory.ContainsElement(Guid) Method

Definition

Gets whether element with the given ID present in directory.

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

Parameters

elementId
Guid

The Id of the element to be checked

Returns

True if the element is in the store, false otherewise.

Applies to