| IFileTryGetContentVersion Method  | 
            Tries the get a 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)
Syntaxbool TryGetContentVersion(
	long version,
	out ContentVersion sVersion
)
Parameters
- version
 - Type: SystemInt64
The version number. A value < 0 specifies the latest version. - sVersion
 - Type: PDTec.IceNet.Core.Model.FileContentVersion
The content version. 
Return Value
Type: 
Booleantrue if the file contains a content version 
            with this version number; otherwise, 
false.
See Also