Gets the output files of this task sequence.

Namespace: Sdl.ProjectAutomation.FileBased
Assembly: Sdl.ProjectAutomation.FileBased (in Sdl.ProjectAutomation.FileBased.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public TaskFileInfo[] OutputFiles { get; internal set; }
Visual Basic
Public Property OutputFiles As TaskFileInfo()
	Get
	Friend Set
Visual C++
public:
property array<TaskFileInfo^>^ OutputFiles {
	array<TaskFileInfo^>^ get ();
	internal: void set (array<TaskFileInfo^>^ value);
}

Remarks

This will only populated if the task sequence was successfully completed, i.e. Status is Completed. This property always reflects the output files of the last task in the sequence.

See Also