M-Files API 23.11.13135.0
SetExternalID Method
VaultObjectOperations Object : SetExternalID Method
The object to set the external ID for.
The new external ID.
Description
Sets the external ID for an object. The object itself must be internal.
Syntax
Visual Basic
Public Sub SetExternalID( _
   ByVal ObjID As ObjID, _
   ByVal ExtID As String _
) 
Parameters
ObjID
The object to set the external ID for.
ExtID
The new external ID.
Remarks

The maximum lenght of the external ID is 60 characters.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultObjectOperations Object  | VaultObjectOperations Members