Click or drag to resize
IFileGetContentVersions Method
Retrieves all content versions in the default order (first version comes first, current version has the index GetContentVersions().Length - 1.

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[] GetContentVersions()

Return Value

Type: ContentVersion
The content versions.
See Also