Main Content

Add Labels to Files

In a project, use labels to organize files and communicate information to project users.

To add a label to a file, use one of these methods:

  • Drag the label from theLabelspane onto the file.

  • In the Files view, select the file. Then, drag the label from theLabelspane into the label editor.

To add a label to multiple files, in theFilesview or Dependency Analyzer graph, select the files that require the label. Then right-click and selectAdd Label. Use the dialog box to specify the label.

To add labels programmatically, for example, in custom task functions, seeAutomate Project Tasks Using Scripts.

Note

After you add a label to a file, the label persists across file revisions.

After you add labels, you can organize files by label in the Files view and dependency graph. SeeGroup and Sort File ViewsandPerform an Impact Analysis.

If the project is under SVN source control, adding tags to all your project files enables you to mark versions. SeeTag and Retrieve Versions of Project Files.

Related Topics