Click or drag to resize

FileControllerGetFileVersionDataStream Method (Int32, SqlConnection, SqlTransaction)

Returns a memorystream containing the data of a specific fileversion. The method should only be used for relatively small files!

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static MemoryStream GetFileVersionDataStream(
	int fileVersionId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

fileVersionId
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: MemoryStream
See Also