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

UnDeleteLibrary() public method

public UnDeleteLibrary ( System.Guid libraryId ) : bool
libraryId System.Guid
return bool
        public bool UnDeleteLibrary(Guid libraryId)
        {
            throw new Exception("not implemented");
        }