mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #5260 from allanhvam/master
Removed TaxonomySession.getTerms(string, boolean)
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