MetadataCacheVaultObjectOperationsShowPrefilledNewObjectWindow Method

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual ObjectWindowResult ShowPrefilledNewObjectWindow(
	IntPtr parentWindow,
	MFObjectWindowMode mode,
	ObjectCreationInfo objectCreationInfo,
	PropertyValues prefilledPropertyValues = null,
	AccessControlList accessControlList = null
)

Parameters

parentWindow  IntPtr
 
mode  MFObjectWindowMode
 
objectCreationInfo  ObjectCreationInfo
 
prefilledPropertyValues  PropertyValues  (Optional)
 
accessControlList  AccessControlList  (Optional)
 

Return Value

ObjectWindowResult

Implements

IVaultObjectOperations.ShowPrefilledNewObjectWindow(IntPtr, MFObjectWindowMode, ObjectCreationInfo, PropertyValues, AccessControlList)

See Also