Mediachase FileUploader.NET 1.9 Framework Help

McFile.GetLocalDiskPath Method 

Returns a local disk path by fileId.

[Visual Basic]
Public Shared Function GetLocalDiskPath( _
   ByVal fileId As Guid _
) As String
[C#]
public static string GetLocalDiskPath(
   Guid fileId
);

Parameters

fileId
An unique file id.

Return Value

A path.

See Also

McFile Class | Mediachase.FileUploader Namespace