Erik Lydecker
Erik Lydecker

Reputation: 717

Visual Studio Online - Limit access to certain files in project?

Is it possible to limit permission to edit certain files in a project for certain members in my team? Lets say I have a file called "index.html", that file cannot be edited by "User X", etc. Thanks!

Upvotes: 1

Views: 332

Answers (1)

Giulio Vian
Giulio Vian

Reputation: 8343

If the project uses classic TFVC, the answer is yes. The trick is to set proper permission at the file level.

Navigate to the file on the web interface, on the left tree, there is a small down triangle that opens the context menu, select Security and there you go.

Upvotes: 2

Related Questions