M-Files API 23.11.13135.0
CreateNewSFDObjectQuick Method
VaultObjectOperations Object : CreateNewSFDObjectQuick Method

In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.

Description
Creates a new single file object based on the specified properties and source file.
Syntax
Visual Basic
Public Function CreateNewSFDObjectQuick( _
   ByVal ObjectType As Long, _
   ByVal Properties As PropertyValues, _
   ByVal SourceFile As SourceObjectFile, _
   ByVal CheckIn As Boolean, _
   Optional ByVal AccessControlList As AccessControlList = 0 _
) As Long
Parameters
ObjectType
Properties
SourceFile
CheckIn
AccessControlList

In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.

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

VaultObjectOperations Object  | VaultObjectOperations Members