Skip to content

GetLastVersion

Returns the last version of the document instance from the repository if found; otherwise, returns null.

1
$Documents.GetLastVersion(branchId: string):Document

Parameters

string branchId
    The branch ID of the document.

See Also