M-Files API 23.11.13135.0
SetSpecificExternalRepositoryFileVersion Method
FileVer Object : SetSpecificExternalRepositoryFileVersion Method
The external repository identifier.
The external repository file version identifier.
The sort key of the file version. It is used for comparing the file versions in order to sort them from oldest to newest.
Description
Sets the file version to represent a specific version of the file in an external repository.
Syntax
Visual Basic
Public Sub SetSpecificExternalRepositoryFileVersion( _
   ByVal ExternalRepositoryFileID As String, _
   ByVal ExternalRepositoryFileVersionID As String, _
   Optional ByVal ExternalRepositoryFileVersionSortKey As Unknown = 0 _
) 
Parameters
ExternalRepositoryFileID
The external repository identifier.
ExternalRepositoryFileVersionID
The external repository file version identifier.
ExternalRepositoryFileVersionSortKey
The sort key of the file version. It is used for comparing the file versions in order to sort them from oldest to newest.
See Also

FileVer Object  | FileVer Members