Click or drag to resize
IFileAppendContent Method
Appends content at the end of the most current version. If there is no version so far, the method fails.

Namespace: PDTec.IceNet.Core.Model.File
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
ContentVersion AppendContent(
	byte[] aContent
)

Parameters

aContent
Type: SystemByte
The (binary) content to be appended to the current version.

Return Value

Type: ContentVersion
The content version information.
See Also