8 lines
No EOL
226 B
C#
8 lines
No EOL
226 B
C#
namespace WebsitePanel.WebDavPortal.UI.Routes
|
|
{
|
|
public class OwaRouteNames
|
|
{
|
|
public const string CheckFileInfo = "OwaCheckFileInfoPath";
|
|
public const string GetFile = "OwaGetFilePath";
|
|
}
|
|
} |