VersionControlServer.GetFileTypes Method

Gets the array of FileType objects registered on the server.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function GetFileTypes As FileType()
public FileType[] GetFileTypes()
public:
array<FileType^>^ GetFileTypes()
member GetFileTypes : unit -> FileType[] 
public function GetFileTypes() : FileType[]

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.FileType[]
The array FileType objects registered on the server.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace