Click or drag to resize

IFileReadContent Method (Int64, Byte)

Retrieves the content of a specific version.

Namespace:  PDTec.IceNet.Core.Model.File
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void ReadContent(
	long version,
	out byte[] aContent
)

Parameters

version
Type: SystemInt64
The version.
aContent
Type: SystemByte
The content.
See Also