Scans files and set their file role (Role) and file type (FileTypeId). You should run this task on newly added files in the project, before running any other tasks. This task can only be run on source language files. This task does not generate a report.

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

Syntax

C#
public const string Scan
Visual Basic
Public Const Scan As String
Visual C++
public:
literal String^ Scan

Remarks

This task has no customizable settings.

See Also