Click or drag to resize

FileControllerGetFileVersionDataStream Method (Int32)

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 MemoryStream GetFileVersionDataStream(
	int fileVersionId
)

Parameters

fileVersionId
Type: SystemInt32

Return Value

Type: MemoryStream
See Also