OutputDocumentFiles Property
Summary
Output document files generated by this conversion job.
Syntax
public IList<string> OutputDocumentFiles { get; }
Public ReadOnly Property OutputDocumentFiles() As System.Collections.Generic.IList(Of String)
Get
public:
property System::Collections::Generic::IList<String^>^ OutputDocumentFiles
{
System::Collections::Generic::IList<String^>^ get()
}
public List<String> getOutputDocumentFiles()
Property Value
A list that contains the full paths of all output document files generated by this conversion job.