From 6ca9fa0d5eca1ad16dac85fd9558c6f48aec9a90 Mon Sep 17 00:00:00 2001 From: Allan Hvam Petersen Date: Fri, 7 Aug 2015 12:35:54 +0200 Subject: [PATCH] Removed TaxonomySession.getTerms(string, boolean) There is no overload for getTerms on TaxonomySession that takes string and boolean. There is only a function that takes match information, see: https://msdn.microsoft.com/en-us/library/office/dn312597.aspx --- sharepoint/SharePoint.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/sharepoint/SharePoint.d.ts b/sharepoint/SharePoint.d.ts index fef652dd30..24bea641a5 100644 --- a/sharepoint/SharePoint.d.ts +++ b/sharepoint/SharePoint.d.ts @@ -6507,7 +6507,6 @@ declare module SP { static getTaxonomySession(context: SP.ClientContext): TaxonomySession; get_offlineTermStoreNames(): string[]; get_termStores(): TermStoreCollection; - getTerms(termLabel: string, trimUnavailable: boolean): TermCollection; getTerms(labelMatchInformation: LabelMatchInformation): TermCollection; updateCache(): void; getTerm(guid: SP.Guid): Term;