MetadataCacheVaultObjectOperationsShowCheckoutPrompt Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual ObjectVersion ShowCheckoutPrompt(
IntPtr parentWindow,
string message,
ObjID objID,
bool showCancel,
bool autoRejectConsequentPrompts = false
)
Public Overridable Function ShowCheckoutPrompt (
parentWindow As IntPtr,
message As String,
objID As ObjID,
showCancel As Boolean,
Optional autoRejectConsequentPrompts As Boolean = false
) As ObjectVersion
public:
virtual ObjectVersion^ ShowCheckoutPrompt(
IntPtr parentWindow,
String^ message,
ObjID^ objID,
bool showCancel,
bool autoRejectConsequentPrompts = false
)
Parameters
- parentWindow
- Type: SystemIntPtr
- message
- Type: SystemString
- objID
- Type: ObjID
- showCancel
- Type: SystemBoolean
- autoRejectConsequentPrompts (Optional)
- Type: SystemBoolean
Return Value
Type:
ObjectVersion
See Also