DestroyDraft Method
Overloads
| DestroyDraft(String, String) |
Removes the draft of an object. The children of the draft object (if any) are removed as well. This method can be used to cancel the work on the draft of an object. For example, if you had created a draft of a sheet that is published, you might not want anymore to replace the published sheet. |
DestroyDraft(String, String)
Removes the draft of an object.
The children of the draft object (if any) are removed as well.
This method can be used to cancel the work on the draft of an object. For example, if you had created a draft of a sheet that is published, you might not want anymore to replace the published sheet.
Declaration
[Obsolete("")]
public bool DestroyDraft([QixName("qId")] string id, [QixName("qSourceId")] string sourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id |
Identifier of the draft object to remove. |
| System.String | sourceId |
Identifier of the source object (the object from which a draft was created). |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
Remarks
The operation is successful if qSuccess is set to true.