FileCacheService.FileIdToFilePath Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function FileIdToFilePath ( _
fileInfo As FileInformation _
) As String
public string FileIdToFilePath(
FileInformation fileInfo
)
public:
String^ FileIdToFilePath(
FileInformation^ fileInfo
)
member FileIdToFilePath :
fileInfo:FileInformation -> string
public function FileIdToFilePath(
fileInfo : FileInformation
) : String
Parameters
- fileInfo
Type: Microsoft.TeamFoundation.Server.Core.FileInformation
Return Value
Type: System.String
.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.