 | IUserInterfaceInteractionProviderSelectFile Method |
Open a file selector and allow the user to choose a file
Namespace: SanteDB.Client.UserInterfaceAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
SyntaxStream SelectFile(
string title,
string pattern,
string path
)
Function SelectFile (
title As String,
pattern As String,
path As String
) As Stream
Stream^ SelectFile(
String^ title,
String^ pattern,
String^ path
)
abstract SelectFile :
title : string *
pattern : string *
path : string -> Stream Parameters
- title String
- The title of the dialog
- pattern String
- The file patterns
- path String
- The initial path
Return Value
StreamThe selected file
See Also