Click or drag to resize

TracerUserInterfaceInteractionProviderSaveFile Method

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


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

Parameters

defaultPath  String

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

defaultName  String

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

fileContents  Stream

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

Return Value

String

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

Implements

IUserInterfaceInteractionProviderSaveFile(String, String, Stream)
See Also