'Declaration
Function ScratchPadLoad( _ ByVal filePath As String _ ) As ReturnCode
'Usage
Dim instance As IProductivity Dim filePath As String Dim value As ReturnCode value = instance.ScratchPadLoad(filePath)
ReturnCode ScratchPadLoad( string filePath )
Parameters
- filePath
- The full path of the file to load into Scratch Pad.
Return Value
ReturnCode.Success if the load succeeded, ReturnCode.Error if it failed.