Click or drag to resize

IUserInterfaceInteractionProviderSelectFile 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
Stream SelectFile(
	string title,
	string pattern,
	string path
)

Parameters

title  String
The title of the dialog
pattern  String
The file patterns
path  String
The initial path

Return Value

Stream
The selected file
See Also