Click or drag to resize

IFileReadContent Method (Byte)

Retrieves the content of the current version.

Namespace:  PDTec.IceNet.Core.Model.File
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
void ReadContent(
	out byte[] aContent
)

Parameters

aContent
Type: SystemByte
The content.
See Also