EBDN - Community - Question & Answers

  Tuesday, 15 October 2019
  5 Replies
  1K Visits
0
Votes
Undo
In context menu of function in EB I can choose the action "Delete with associated objects".

I look for the same action by C# API.

In objectitem there is one Method "Delete" with 4 surcharge.
In Delete Method I can use the enum DeleteType but I don't find the good value in enum:

  • Standard : For all objects
  • DeleteSheetAndRepresentationObjects: For sheets


I would like know if is possible by standard API, or if I need to implement myself the delete of associated object?