MetadataCacheVaultObjectOperationsShowBasicNewObjectWindow Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual ObjectWindowResult ShowBasicNewObjectWindow(
IntPtr parentWindow,
ObjType objectType
)
Public Overridable Function ShowBasicNewObjectWindow (
parentWindow As IntPtr,
objectType As ObjType
) As ObjectWindowResult
public:
virtual ObjectWindowResult^ ShowBasicNewObjectWindow(
IntPtr parentWindow,
ObjType^ objectType
)
Parameters
- parentWindow
- Type: SystemIntPtr
- objectType
- Type: ObjType
Return Value
Type:
ObjectWindowResult
See Also