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

GetFileName() private method

private GetFileName ( System.Guid workspaceID ) : string
workspaceID System.Guid
return string
        string GetFileName(Guid workspaceID)
        {
            return Path.Combine(EnvironmentVariables.WorkspacePath, workspaceID + ".uws");
        }