'Declaration
Public Overloads Function SendToFile( _ ByVal fileNamePath As String _ ) As DialogResult
public DialogResult SendToFile( string fileNamePath )
Parameters
- fileNamePath
- The fully qualified file name and path to store the final package as.
Return Value
A dialog result indicating if the packager completed successfully, failed, or was canceled.