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

UpdateLibrary() private method

private UpdateLibrary ( Library library ) : bool
library Library
return bool
        public bool UpdateLibrary(Library library)
        {
            editArticles.demand(); resetCache(); return tmXmlDatabase.xmlDB_UpdateGuidanceExplorer(library);
        }
TM_WebServices