added functionality of drive mapping

This commit is contained in:
vfedosevich 2014-06-10 04:00:51 +03:00
parent a07c04a187
commit c2ef09c26e
35 changed files with 3196 additions and 11 deletions

View file

@ -32,5 +32,6 @@ namespace WebsitePanel.Providers.HostedSolution
{
public const int OK = 0;
public const int AD_OBJECT_ALREADY_EXISTS = -1;
public const int MAPPED_DRIVE_ALREADY_EXISTS = -2;
}
}