Click or drag to resize

ConsoleUserInterfaceInteractionProviderSaveFile Method

Save a file

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

Parameters

initialPath  String

[Missing <param name="initialPath"/> documentation for "M:SanteDB.Client.UserInterface.Impl.ConsoleUserInterfaceInteractionProvider.SaveFile(System.String,System.String,System.IO.Stream)"]

defaultName  String

[Missing <param name="defaultName"/> documentation for "M:SanteDB.Client.UserInterface.Impl.ConsoleUserInterfaceInteractionProvider.SaveFile(System.String,System.String,System.IO.Stream)"]

fileContents  Stream

[Missing <param name="fileContents"/> documentation for "M:SanteDB.Client.UserInterface.Impl.ConsoleUserInterfaceInteractionProvider.SaveFile(System.String,System.String,System.IO.Stream)"]

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Client.UserInterface.Impl.ConsoleUserInterfaceInteractionProvider.SaveFile(System.String,System.String,System.IO.Stream)"]

Implements

IUserInterfaceInteractionProviderSaveFile(String, String, Stream)
See Also