Persistate API documentation
GetFile Method (prompt, fileFilter)
NamespacesPersistateUserInterfaceGetFile(String, String)

[This is preliminary documentation and is subject to change.]

Allows the user to select a file and returns its contents.
Declaration Syntax
C#
public abstract byte[] GetFile(
	string prompt,
	string fileFilter
)
Parameters
prompt (String)
A prompt to show to the user.
fileFilter (String)
A string containing the file filters to present to the user. These take the same format as those in the .Net System.Windows.Forms.FileDialog.Filter property. May be null or empty.
Return Value
A byte array containing the contents of the file.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)