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

GetGuidanceTypeById() public method

public GetGuidanceTypeById ( string guidanceTypeId ) : GuidanceType
guidanceTypeId string
return GuidanceType
        public GuidanceType GetGuidanceTypeById(string guidanceTypeId)
        {
            throw new Exception("not implemented");
        }