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: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
ContentVersion[] GetContentVersions()

Return Value

Type: ContentVersion
The content versions.
See Also