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 Name | Description |
|---|---|
sessionID | User session returned by one of the Open functions |
fileID | ID of any version of the file |
Was this topic helpful?