IElementDirectory.ContainsDeletedElement(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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