Dev2.Workspaces.WorkspaceRepository.GetUserMapFileName C# (CSharp) Method

GetUserMapFileName() static private method

static private GetUserMapFileName ( ) : string
return string
        static string GetUserMapFileName()
        {
            return Path.Combine(EnvironmentVariables.WorkspacePath, "workspaces.uws");
        }