M-Files API 23.11.13135.0
ShowEditObjectWindow Method
VaultObjectOperations Object : ShowEditObjectWindow Method
Description
Displays the edit object metadata window.
Syntax
Visual Basic
Public Function ShowEditObjectWindow( _
   ByVal ParentWindow As Long, _
   ByVal Mode As MFObjectWindowMode, _
   ByVal ObjVer As ObjVer _
) As ObjectWindowResult
Parameters
ParentWindow
Mode
ValueDescription
MFObjectWindowModeEditThe default edit mode.
MFObjectWindowModeEditApplicationModalThe object shown in the object window is currently open in the application, too. Does not allow the file name to change.
MFObjectWindowModeInsertThe default insert mode.
MFObjectWindowModeInsertSaveAsTypeShows file type selection in the metadata card. The selectable file types can be specified using ObjectCreationInfo.
MFObjectWindowModeInsertSourceFilesThe source files specified in ObjectCreationInfo are added to the new object.
ObjVer
Remarks

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

See Also

VaultObjectOperations Object  | VaultObjectOperations Members