Click or drag to resize

IFile.GetContentVersion Method

Gets the specific content 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#
ContentVersion GetContentVersion(
	long version
)

Parameters

version
Type: System.Int64
The version. A value < 0 specifies the latest version.

Return Value

Type: ContentVersion
The content version.
See Also