Sets the file types registered on the server.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub SetFileTypes ( _
    fileTypes As FileType() _
)
public void SetFileTypes(
    FileType[] fileTypes
)
public:
void SetFileTypes(
    array<FileType^>^ fileTypes
)
member SetFileTypes : 
        fileTypes:FileType[] -> unit
public function SetFileTypes(
    fileTypes : FileType[]
)
Parameters
- fileTypes 
 Type: array<Microsoft.TeamFoundation.VersionControl.Client.FileType[]- An array of FileType objects to register on the server. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.