Click or drag to resize

IUserInterfaceInteractionProviderSaveFile Method

Open a file selector and allow the user to choose a file

Namespace: SanteDB.Client.UserInterface
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
string SaveFile(
	string defaultPath,
	string defaultName,
	Stream fileContents
)

Parameters

defaultPath  String
The path to save to
defaultName  String
The default file name
fileContents  Stream
The file contents

Return Value

String
The selected file
See Also