Click or drag to resize

ConsoleUserInterfaceInteractionProviderSelectFile Method

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

Namespace: SanteDB.Client.UserInterface.Impl
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public 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

Implements

IUserInterfaceInteractionProviderSelectFile(String, String, String)
See Also