Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Creates a new document version in repository and returns a document instance

Document $Documents.NewVersion(branchId: string)

Creates a new document version in repository and returns a document instance

Document $Documents.NewVersion(branchId: string, title: string)

Creates a new document version in repository and returns a document instance

Document $Documents.NewVersion(branchId: string, title: string, versionNumber: string)

Arguments

string branchId
of version to create
string title
of version
string versionNumber
of version
  • No labels