SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_JavaScriptProxy.UpdateLibrary C# (CSharp) Method

UpdateLibrary() public method

public UpdateLibrary ( Library library ) : bool
library urn.microsoft.guidanceexplorer.Library
return bool
        public bool UpdateLibrary(Library library)
        {
            return tmXmlDatabase.xmlDB_UpdateGuidanceExplorer(library.id.guid(), library.caption, library.delete).notNull();
        }