MetadataCacheVaultObjectOperationsShowCheckInReminderDialogModal Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual bool ShowCheckInReminderDialogModal(
IntPtr parentWindow,
ObjVer objVer,
bool applyEnvironmentConditions
)
Public Overridable Function ShowCheckInReminderDialogModal (
parentWindow As IntPtr,
objVer As ObjVer,
applyEnvironmentConditions As Boolean
) As Boolean
public:
virtual bool ShowCheckInReminderDialogModal(
IntPtr parentWindow,
ObjVer^ objVer,
bool applyEnvironmentConditions
)
Parameters
- parentWindow
- Type: SystemIntPtr
- objVer
- Type: ObjVer
- applyEnvironmentConditions
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also