Click or drag to resize
IFileUpdateContentVersion Method
Updates the data of a specific version.

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 UpdateContentVersion(
	long version,
	string description,
	string filename
)

Parameters

version
Type: SystemInt64
The version.
description
Type: SystemString
The content version description.
filename
Type: SystemString
The filename (without path) that is to be stored with the content.

Return Value

Type: ContentVersion
The content version information.
See Also