M-Files API 23.11.13135.0
ShowBasicNewObjectWindow Method
VaultObjectOperations Object : ShowBasicNewObjectWindow Method
The type of the new object.
Description
Displays the new object metadata window.
Syntax
Visual Basic
Public Function ShowBasicNewObjectWindow( _
   ByVal ParentWindow As Long, _
   ByVal ObjectType As ObjType _
) As ObjectWindowResult
Parameters
ParentWindow
ObjectType
The type of the new object.
Return Type
The ObjectWindowResult object that contains the return values of the function. Includes information on the cancellation of the metadata card.
Remarks

Use the VaultObjectFileOperations interface to add new files to the created object.

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

See Also

VaultObjectOperations Object  | VaultObjectOperations Members  | VaultObjectFileOperations Object