M-Files API 23.11.13135.0
CreateNewSFDObject Method
VaultObjectOperations Object : CreateNewSFDObject 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 CreateNewSFDObject( _
   ByVal ObjectType As Long, _
   ByVal Properties As PropertyValues, _
   ByVal SourceFile As SourceObjectFile, _
   ByVal CheckIn As Boolean, _
   Optional ByVal AccessControlList As AccessControlList = 0 _
) As ObjectVersionAndProperties
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.

See Also

VaultObjectOperations Object  | VaultObjectOperations Members