Expand Minimize

TermStore Transformation

Mappings for SharePoint class Microsoft.SharePoint.Taxonomy.TermStore

Type Mapping

Constructors

Properties

SSOM System.Uri get_ContentTypePublishingHub()
CSOM String TermStore.get_ContentTypePublishingHub()
JSOM string SP.Taxonomy.TermStore.get_contentTypePublishingHub()
SSOM System.Int32 get_DefaultLanguage()
CSOM Int32 TermStore.get_DefaultLanguage()
JSOM number SP.Taxonomy.TermStore.get_defaultLanguage()
SSOM Microsoft.SharePoint.Taxonomy.GroupCollection get_Groups()
CSOM TermGroupCollection TermStore.get_Groups()
JSOM TermGroupCollection SP.Taxonomy.TermStore.get_groups()
SSOM Microsoft.SharePoint.Taxonomy.TermSet get_HashTagsTermSet()
CSOM TermSet TermStore.get_HashTagsTermSet()
JSOM TermSet SP.Taxonomy.TermStore.get_hashTagsTermSet()
SSOM System.Guid get_Id()
CSOM Guid TermStore.get_Id()
JSOM Guid SP.Taxonomy.TermStore.get_id()
SSOM System.Boolean get_IsOnline()
CSOM Boolean TermStore.get_IsOnline()
JSOM boolean SP.Taxonomy.TermStore.get_isOnline()
SSOM Microsoft.SharePoint.Taxonomy.TermSet get_KeywordsTermSet()
CSOM TermSet TermStore.get_KeywordsTermSet()
JSOM TermSet SP.Taxonomy.TermStore.get_keywordsTermSet()
SSOM System.Collections.ObjectModel.Collection`1<System.Int32> get_Languages()
CSOM IEnumerable TermStore.get_Languages()
JSOM Array SP.Taxonomy.TermStore.get_languages()
SSOM System.String get_Name()
CSOM String TermStore.get_Name()
JSOM string SP.Taxonomy.TermStore.get_name()
SSOM Microsoft.SharePoint.Taxonomy.TermSet get_OrphanedTermsTermSet()
CSOM TermSet TermStore.get_OrphanedTermsTermSet()
JSOM TermSet SP.Taxonomy.TermStore.get_orphanedTermsTermSet()
SSOM Microsoft.SharePoint.Taxonomy.Group get_SystemGroup()
CSOM TermGroup TermStore.get_SystemGroup()
JSOM TermGroup SP.Taxonomy.TermStore.get_systemGroup()
SSOM System.Int32 get_WorkingLanguage()
CSOM Int32 TermStore.get_WorkingLanguage()
JSOM number SP.Taxonomy.TermStore.get_workingLanguage()
SSOM System.Void set_DefaultLanguage(System.Int32)
CSOM TermStore.set_DefaultLanguage(Int32)
JSOM SP.Taxonomy.TermStore.set_defaultLanguage()
SSOM System.Void set_WorkingLanguage(System.Int32)
CSOM TermStore.set_WorkingLanguage(Int32)
JSOM SP.Taxonomy.TermStore.set_workingLanguage()

Methods

SSOM System.Void .cctor()
CSOM ctor(ClientRuntimeContext,ObjectPath)
SSOM System.Void AddLanguage(System.Int32)
CSOM TermStore.AddLanguage(Int32)
JSOM SP.Taxonomy.TermStore.addLanguage(number)
SSOM System.Void CommitAll()
CSOM TermStore.CommitAll()
JSOM SP.Taxonomy.TermStore.commitAll()
SSOM Microsoft.SharePoint.Taxonomy.Group CreateGroup(System.String)
CSOM TermGroup TermStore.CreateGroup(String,Guid)
JSOM TermGroup SP.Taxonomy.TermStore.createGroup(string,string,Guid)
SSOM Microsoft.SharePoint.Taxonomy.Group CreateGroup(System.String, System.Guid)
CSOM TermGroup TermStore.CreateGroup(String,Guid)
JSOM TermGroup SP.Taxonomy.TermStore.createGroup(string,string,Guid)
SSOM Microsoft.SharePoint.Taxonomy.Group CreateGroup(System.String, Microsoft.SharePoint.Taxonomy.Internal.GroupType, Microsoft.SharePoint.SPSite, System.Guid)
CSOM TermGroup TermStore.CreateGroup(String,Guid)
JSOM TermGroup SP.Taxonomy.TermStore.createGroup(string,string,Guid)
SSOM System.Void DeleteLanguage(System.Int32)
CSOM TermStore.DeleteLanguage(Int32)
JSOM SP.Taxonomy.TermStore.deleteLanguage(number)
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChanges(System.DateTime)
CSOM ChangedItemCollection TermStore.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermStore.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChanges(System.DateTime, Microsoft.SharePoint.Taxonomy.ChangedItemType)
CSOM ChangedItemCollection TermStore.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermStore.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChanges(System.TimeSpan)
CSOM ChangedItemCollection TermStore.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermStore.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChanges(System.DateTime, Microsoft.SharePoint.Taxonomy.ChangedItemType, Microsoft.SharePoint.Taxonomy.ChangedOperationType)
CSOM ChangedItemCollection TermStore.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermStore.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChangesCsom(Microsoft.SharePoint.Taxonomy.ChangeInformationCsom)
CSOM ChangedItemCollection TermStore.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermStore.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.Group GetGroup(System.Guid)
CSOM TermGroup TermStore.GetGroup(Guid)
JSOM TermGroup SP.Taxonomy.TermStore.getGroup(Guid)
SSOM Microsoft.SharePoint.Taxonomy.Group GetSiteCollectionGroup(Microsoft.SharePoint.SPSite)
CSOM TermGroup TermStore.GetSiteCollectionGroup(Site,Boolean)
JSOM TermGroup SP.Taxonomy.TermStore.getSiteCollectionGroup(Site,boolean)
SSOM Microsoft.SharePoint.Taxonomy.Group GetSiteCollectionGroup(Microsoft.SharePoint.SPSite, System.Boolean)
CSOM TermGroup TermStore.GetSiteCollectionGroup(Site,Boolean)
JSOM TermGroup SP.Taxonomy.TermStore.getSiteCollectionGroup(Site,boolean)
SSOM System.Guid GetSiteCollectionGroupId(Microsoft.SharePoint.SPSite)
CSOM TermGroup TermStore.GetSiteCollectionGroup(Site,Boolean)
JSOM TermGroup SP.Taxonomy.TermStore.getSiteCollectionGroup(Site,boolean)
SSOM System.String GetSiteCollectionGroupName(Microsoft.SharePoint.SPSite)
CSOM TermGroup TermStore.GetSiteCollectionGroup(Site,Boolean)
JSOM TermGroup SP.Taxonomy.TermStore.getSiteCollectionGroup(Site,boolean)
SSOM Microsoft.SharePoint.Taxonomy.GroupCollection GetSiteCollectionGroups(Microsoft.SharePoint.SPSite)
CSOM TermGroup TermStore.GetSiteCollectionGroup(Site,Boolean)
JSOM TermGroup SP.Taxonomy.TermStore.getSiteCollectionGroup(Site,boolean)
SSOM Microsoft.SharePoint.Taxonomy.Term GetTerm(System.Guid)
CSOM Term TermStore.GetTerm(Guid)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
SSOM Microsoft.SharePoint.Taxonomy.Term GetTerm(System.Guid, System.Guid)
CSOM Term TermStore.GetTerm(Guid)
CSOM Term TermStore.GetTermInTermSet(Guid,Guid)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM Term SP.Taxonomy.TermStore.getTermInTermSet(Guid,Guid)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.Guid[])
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
CSOM TermCollection TermStore.GetTermsById(Guid[])
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTermsById(Guid[])
SSOM System.Collections.Generic.List`1<Microsoft.SharePoint.Taxonomy.TermCollection> GetTerms(System.Collections.Generic.Dictionary`2<System.Guid, System.Collections.Generic.List`1<System.Guid>>)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
CSOM TermCollection TermStore.GetTermsById(Guid[])
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTermsById(Guid[])
SSOM System.Collections.Generic.List`1<Microsoft.SharePoint.Taxonomy.TermCollection> GetTerms(System.Collections.Generic.Dictionary`2<System.Guid, System.Collections.Generic.List`1<System.Guid>>, System.Boolean)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.String, System.Int32, System.Boolean, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Int32, System.Boolean, System.Boolean, System.Boolean)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.Guid[], System.Boolean)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.String, System.Int32, System.Boolean)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.String, System.Boolean)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.String, System.Boolean, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Int32, System.Boolean)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsCsom(Microsoft.SharePoint.Taxonomy.LabelMatchInformationCsom)
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermSet GetTermSet(System.Guid)
CSOM TermSet TermStore.GetTermSet(Guid)
JSOM TermSet SP.Taxonomy.TermStore.getTermSet(Guid)
SSOM Microsoft.SharePoint.Taxonomy.TermSetCollection GetTermSets(System.String[], System.Int32)
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
CSOM TermSet TermStore.GetTermSet(Guid)
CSOM TermSetCollection TermStore.GetTermSetsByTermLabel(String[],Int32)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermSet SP.Taxonomy.TermStore.getTermSet(Guid)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
JSOM TermSetCollection SP.Taxonomy.TermStore.getTermSetsByTermLabel(Array,number)
SSOM Microsoft.SharePoint.Taxonomy.TermSetCollection GetTermSets(System.String[])
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
CSOM TermSet TermStore.GetTermSet(Guid)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermSet SP.Taxonomy.TermStore.getTermSet(Guid)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermSetCollection GetTermSets(System.String, System.Int32)
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
CSOM TermSet TermStore.GetTermSet(Guid)
CSOM TermSetCollection TermStore.GetTermSetsByName(String,Int32)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermSet SP.Taxonomy.TermStore.getTermSet(Guid)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
JSOM TermSetCollection SP.Taxonomy.TermStore.getTermSetsByName(string,number)
SSOM System.String GetTermSetsWithAllTerms(System.Guid[], System.Globalization.CultureInfo, System.DateTime[], System.Int32[], System.String&)
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
CSOM TermSet TermStore.GetTermSet(Guid)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermSet SP.Taxonomy.TermStore.getTermSet(Guid)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermSetCollection GetTermSetsWithCustomProperty(System.String, System.String, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Int32)
CSOM TermSetCollection TermStore.GetTermSetsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermSetCollection SP.Taxonomy.TermStore.getTermSetsWithCustomProperty(CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermSetCollection GetTermSetsWithCustomProperty(System.String)
CSOM TermSetCollection TermStore.GetTermSetsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermSetCollection SP.Taxonomy.TermStore.getTermSetsWithCustomProperty(CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermSetCollection GetTermSetsWithCustomProperty(System.String, System.String, Microsoft.SharePoint.Taxonomy.StringMatchOption)
CSOM TermSetCollection TermStore.GetTermSetsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermSetCollection SP.Taxonomy.TermStore.getTermSetsWithCustomProperty(CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermSetCollection GetTermSetsWithCustomProperty(System.String, System.String)
CSOM TermSetCollection TermStore.GetTermSetsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermSetCollection SP.Taxonomy.TermStore.getTermSetsWithCustomProperty(CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermSetCollection GetTermSetsWithCustomPropertyCsom(Microsoft.SharePoint.Taxonomy.CustomPropertyMatchInformationCsom)
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
CSOM TermSet TermStore.GetTermSet(Guid)
CSOM TermSetCollection TermStore.GetTermSetsWithCustomProperty(CustomPropertyMatchInformation)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermSet SP.Taxonomy.TermStore.getTermSet(Guid)
JSOM TermSetCollection SP.Taxonomy.TermStore.getTermSetsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.Int32, System.Boolean)
CSOM TermCollection TermStore.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.String, System.Boolean)
CSOM TermCollection TermStore.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.String, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Boolean)
CSOM TermCollection TermStore.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.String, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Int32, System.Boolean)
CSOM TermCollection TermStore.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.Boolean)
CSOM TermCollection TermStore.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomPropertyCsom(Microsoft.SharePoint.Taxonomy.CustomPropertyMatchInformationCsom)
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
CSOM TermCollection TermStore.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermStore.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithLcid(Microsoft.SharePoint.Taxonomy.LabelMatchInformationCsom)
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithNoLcid(Microsoft.SharePoint.Taxonomy.LabelMatchInformationCsom)
CSOM Term TermStore.GetTerm(Guid)
CSOM TermCollection TermStore.GetTerms(LabelMatchInformation)
JSOM Term SP.Taxonomy.TermStore.getTerm(Guid)
JSOM TermCollection SP.Taxonomy.TermStore.getTerms(string,boolean,LabelMatchInformation)
SSOM System.Void RollbackAll()
CSOM TermStore.RollbackAll()
JSOM SP.Taxonomy.TermStore.rollbackAll()
SSOM System.Void UpdateCache()
CSOM TermStore.UpdateCache()
JSOM SP.Taxonomy.TermStore.updateCache()
SSOM System.Void UpdateUsedTermsOnSite(Microsoft.SharePoint.SPSite)
CSOM TermStore.UpdateUsedTermsOnSite(Site)
JSOM SP.Taxonomy.TermStore.updateUsedTermsOnSite(Site)
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.