mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
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:
Vendored
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user