MetadataCacheVaultObjectOperationsProposeCheckOutForFile Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual bool ProposeCheckOutForFile(
IntPtr parentWindow,
ObjectVersionFile objVersionFile,
bool canCancel
)
Public Overridable Function ProposeCheckOutForFile (
parentWindow As IntPtr,
objVersionFile As ObjectVersionFile,
canCancel As Boolean
) As Boolean
public:
virtual bool ProposeCheckOutForFile(
IntPtr parentWindow,
ObjectVersionFile^ objVersionFile,
bool canCancel
)
Parameters
- parentWindow
- Type: SystemIntPtr
- objVersionFile
- Type: ObjectVersionFile
- canCancel
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also