Click or drag to resize
IFileGetContentVersion Method
Gets the specific content 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 GetContentVersion(
	long version
)

Parameters

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

Return Value

Type: ContentVersion
The content version.
See Also