getDocumentForVersion
The getDocumentForVersion method retrieves a document version when version control is enabled and the versions list doesn't provide documents.
This method is only used when getDocumentVersions
does not return a document
object for each version.
When a version is selected, the getDocumentForVersion
method is called to retrieve the document for the provide version ID and document ID.
Parameters
Example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21