TeamMentor.CoreLib.TM_WebServices.TMServerFileLocation C# (CSharp) Method

TMServerFileLocation() private method

private TMServerFileLocation ( ) : string
return string
        public string TMServerFileLocation()
        {
            admin.demand(); return tmFileStorage.tmServer_Location();
        }
TM_WebServices