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.2.0.0 (7.2.7583.15464)
Syntax
C#
ContentVersion[] GetContentVersions()

Return Value

Type: ContentVersion
The content versions.
See Also