SharpSchedule

ListFiles.GetUrl Method 

Create the url path to the file using the output directory configured in the application configuration settings.

[Visual Basic]
Public Function GetUrl( _
   ByVal name As Object _
) As String
[C#]
public string GetUrl(
   object name
);

Parameters

name
The name of the file.

Return Value

The url path to the file.

See Also

ListFiles Class | Ozanam.Schedule.Web.Controls.FileSystem Namespace