MetadataCacheVaultObjectOperationsShowCheckoutPrompt Method

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual ObjectVersion ShowCheckoutPrompt(
	IntPtr parentWindow,
	string message,
	ObjID objID,
	bool showCancel,
	bool autoRejectConsequentPrompts = false
)

Parameters

parentWindow  IntPtr
 
message  String
 
objID  ObjID
 
showCancel  Boolean
 
autoRejectConsequentPrompts  Boolean  (Optional)
 

Return Value

ObjectVersion

Implements

IVaultObjectOperations.ShowCheckoutPrompt(IntPtr, String, ObjID, Boolean, Boolean)

See Also