2026 Method
Changes 3
M

Document.GetChangedElements

Description:
Extracts a collection containing the ids of elements that have been created, modified or deleted between the input baseVersion and the document's current version.
public DocumentDifference GetChangedElements(
	Guid baseVersionGUID
)
  • Guid
    baseVersionGUID
    GUID of base version(excluded) to compare. This GUID should be retrieved from property VersoinGUID. Empty GUID is allowed to retrieve changes of each version in the document.
Return Value DocumentDifference An object containing collections of the created, modified and deleted ids between the input version and current version.