M-Files API 23.11.13135.0
GetNameForFileSystemEx Method
ObjectVersion Object : GetNameForFileSystemEx Method
If this parameter is True, the returned name includes the object ID.
Determines whether to use the original or internal ID for the object.
Description
Gets the name of the object version in a format that is compatible with file systems, such as NTFS. Characters that are illegal in file-system use are encoded.
Syntax
Visual Basic
Public Function GetNameForFileSystemEx( _
   Optional ByVal IncludeID As Boolean = True, _
   Optional ByVal UseOriginalID As Boolean = False _
) As String
Parameters
IncludeID
If this parameter is True, the returned name includes the object ID.
UseOriginalID
Determines whether to use the original or internal ID for the object.
See Also

ObjectVersion Object  | ObjectVersion Members