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
This commit is contained in:
Allan Hvam Petersen
2015-08-07 12:35:54 +02:00
parent 284c2b8828
commit 6ca9fa0d5e
-1
View File
@@ -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;