FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getRecentUploadedFilesResponse

Description

A getRecentUploadedFilesResponse message contains an element of getRecentUploadedFiles.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
CriticalUdfName  string  0..1 

Critical Custom Attribute name.

Note:

When request's "includeCriticalUdf" flag is "true" and "ViewRecentUploadFiles.UDF.Critical" property is set for the partner, the value of this property is returned.

UploadedFile  UploadedFile  0..*  Uploaded files within the specified number of days. The number of days is a configurable value. The minimum value is 30 days and maximum value is 180 days.
Referenced By
Name  Type 
getRecentUploadedFiles  Method 
XML Example

The following XML fragment illustrates an getRecentUploadedFilesResponse message:

      <ns2:getRecentUploadedFilesResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:UploadedFile>
            <ns2:File>
               <ns2:SystemFileId>5329433</ns2:SystemFileId>
               <ns2:FileName>File_05121501.txt</ns2:FileName>
               <ns2:Description>File_05121501</ns2:Description>
               <ns2:DownloadImageUpdateDate>2015-05-12-07:00</ns2:DownloadImageUpdateDate>
            </ns2:File>
         </ns2:UploadedFile>
      </ns2:getRecentUploadedFilesResponse>