Persistate API documentation
PersistateFileVersion Method (fileName, version)
NamespacesPersistateUtlPersistateFileVersion(String, String)

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

Obtains the full path and file name of a specific version of a Persistate runtime file.
Declaration Syntax
C#
public static string PersistateFileVersion(
	string fileName,
	string version
)
Parameters
fileName (String)
The file name including extension, e.g. "Persistate.dll", "Persistate.Desktop.dll", "Persistate.Server.exe".
version (String)
The version required, e.g. "V2.0", "V3.5" or "V4.0".
Return Value
The full path and filename of the required file.

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