Waiting for engine...
Skip to main content

File versioning

Web service calls work with versioned files if the policy for the site is set to always version the files.

Value UploadPolicies=Versioning always for the site.

Methods

GetFileVersions

Returns array of file metadata structures for all version of the file.

FTHFileData[]  
GetFileVersions (Guid sessionID, int fileID)
Parameter NameDescription
sessionIDUser session returned by one of the Open functions
fileIDID of any version of the file
On this Page