| IFileGetContentVersion Method  | 
            Gets the specific content version.
            
 
Namespace: PDTec.IceNet.Core.Model.FileAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxContentVersion GetContentVersion(
	long version
)
Parameters
- version
 - Type: SystemInt64
The version. A value < 0 specifies the latest version. 
Return Value
Type: 
ContentVersionThe content version.
See Also