Expand Minimize

TermSet Transformation

Mappings for SharePoint class Microsoft.SharePoint.Taxonomy.TermSet

Type Mapping

Constructors

Properties

SSOM System.DateTime get_CreatedDate()
CSOM DateTime TaxonomyItem.get_CreatedDate()
JSOM Date SP.Taxonomy.TermSet.get_createdDate()
SSOM System.Guid get_Id()
CSOM Guid TaxonomyItem.get_Id()
JSOM Guid SP.Taxonomy.TermSet.get_id()
SSOM System.DateTime get_LastModifiedDate()
CSOM DateTime TaxonomyItem.get_LastModifiedDate()
JSOM Date SP.Taxonomy.TermSet.get_lastModifiedDate()
SSOM System.String get_Name()
CSOM String TaxonomyItem.get_Name()
JSOM string SP.Taxonomy.TermSet.get_name()
SSOM Microsoft.SharePoint.Taxonomy.TermStore get_TermStore()
CSOM TermStore TaxonomyItem.get_TermStore()
JSOM TermStore SP.Taxonomy.TermSet.get_termStore()
SSOM System.Void set_Name(System.String)
CSOM TaxonomyItem.set_Name(String)
JSOM SP.Taxonomy.TermSet.set_name()
SSOM System.String get_Contact()
CSOM String TermSet.get_Contact()
JSOM string SP.Taxonomy.TermSet.get_contact()
SSOM System.String get_CustomSortOrder()
CSOM String TermSetItem.get_CustomSortOrder()
JSOM string SP.Taxonomy.TermSet.get_customSortOrder()
SSOM System.String get_Description()
CSOM String TermSet.get_Description()
JSOM string SP.Taxonomy.TermSet.get_description()
SSOM Microsoft.SharePoint.Taxonomy.Group get_Group()
CSOM TermGroup TermSet.get_Group()
JSOM TermGroup SP.Taxonomy.TermSet.get_group()
SSOM System.Boolean get_IsAvailableForTagging()
CSOM Boolean TermSetItem.get_IsAvailableForTagging()
JSOM boolean SP.Taxonomy.TermSet.get_isAvailableForTagging()
SSOM System.Boolean get_IsOpenForTermCreation()
CSOM Boolean TermSet.get_IsOpenForTermCreation()
JSOM boolean SP.Taxonomy.TermSet.get_isOpenForTermCreation()
SSOM System.String get_Name()
CSOM String TaxonomyItem.get_Name()
JSOM string SP.Taxonomy.TermSet.get_name()
SSOM System.String get_Owner()
CSOM String TermSetItem.get_Owner()
JSOM string SP.Taxonomy.TermSet.get_owner()
SSOM System.Collections.ObjectModel.ReadOnlyCollection`1<System.String> get_Stakeholders()
CSOM IEnumerable TermSet.get_Stakeholders()
JSOM Array SP.Taxonomy.TermSet.get_stakeholders()
SSOM Microsoft.SharePoint.Taxonomy.TermCollection get_Terms()
CSOM TermCollection TermSetItem.get_Terms()
JSOM TermCollection SP.Taxonomy.TermSet.get_terms()
SSOM System.Void set_Contact(System.String)
CSOM TermSet.set_Contact(String)
JSOM SP.Taxonomy.TermSet.set_contact()
SSOM System.Void set_CustomSortOrder(System.String)
CSOM TermSetItem.set_CustomSortOrder(String)
JSOM SP.Taxonomy.TermSet.set_customSortOrder()
SSOM System.Void set_Description(System.String)
CSOM TermSet.set_Description(String)
JSOM SP.Taxonomy.TermSet.set_description()
SSOM System.Void set_IsAvailableForTagging(System.Boolean)
CSOM TermSetItem.set_IsAvailableForTagging(Boolean)
JSOM SP.Taxonomy.TermSet.set_isAvailableForTagging()
SSOM System.Void set_IsOpenForTermCreation(System.Boolean)
CSOM TermSet.set_IsOpenForTermCreation(Boolean)
JSOM SP.Taxonomy.TermSet.set_isOpenForTermCreation()
SSOM System.Void set_Name(System.String)
CSOM TaxonomyItem.set_Name(String)
JSOM SP.Taxonomy.TermSet.set_name()
SSOM System.Void set_Owner(System.String)
CSOM TermSetItem.set_Owner(String)
JSOM SP.Taxonomy.TermSet.set_owner()
SSOM Microsoft.SharePoint.Taxonomy.Generic.ReadOnlyDictionary`2<System.String,System.String> get_CustomProperties()
CSOM IDictionary`2 TermSetItem.get_CustomProperties()
JSOM { [key:()
SSOM System.String get_CustomSortOrder()
CSOM String TermSetItem.get_CustomSortOrder()
JSOM string SP.Taxonomy.TermSet.get_customSortOrder()
SSOM System.Boolean get_IsAvailableForTagging()
CSOM Boolean TermSetItem.get_IsAvailableForTagging()
JSOM boolean SP.Taxonomy.TermSet.get_isAvailableForTagging()
SSOM System.String get_Owner()
CSOM String TermSetItem.get_Owner()
JSOM string SP.Taxonomy.TermSet.get_owner()
SSOM Microsoft.SharePoint.Taxonomy.TermCollection get_Terms()
CSOM TermCollection TermSetItem.get_Terms()
JSOM TermCollection SP.Taxonomy.TermSet.get_terms()
SSOM System.Void set_CustomSortOrder(System.String)
CSOM TermSetItem.set_CustomSortOrder(String)
JSOM SP.Taxonomy.TermSet.set_customSortOrder()
SSOM System.Void set_IsAvailableForTagging(System.Boolean)
CSOM TermSetItem.set_IsAvailableForTagging(Boolean)
JSOM SP.Taxonomy.TermSet.set_isAvailableForTagging()
SSOM System.Void set_Owner(System.String)
CSOM TermSetItem.set_Owner(String)
JSOM SP.Taxonomy.TermSet.set_owner()

Methods

SSOM System.Void Delete()
CSOM TaxonomyItem.DeleteObject()
JSOM SP.Taxonomy.TermSet.deleteObject()
SSOM System.String NormalizeName(System.String)
CSOM ClientResult TaxonomyItem.NormalizeName(ClientRuntimeContext,String)
SSOM System.Void AddStakeholder(System.String)
CSOM TermSet.AddStakeholder(String)
JSOM SP.Taxonomy.TermSet.addStakeholder(string)
SSOM Microsoft.SharePoint.Taxonomy.TermSet Copy()
CSOM TermSet TermSet.Copy()
JSOM TermSet SP.Taxonomy.TermSet.copy()
SSOM Microsoft.SharePoint.Taxonomy.TermSet CopyTermSetInSandbox(System.String, System.String, System.String)
CSOM TermSet TermSet.Copy()
JSOM TermSet SP.Taxonomy.TermSet.copy()
SSOM Microsoft.SharePoint.Taxonomy.TermSet CreateTermSetInSandbox(System.String, System.Guid, System.Int32, Microsoft.SharePoint.Taxonomy.TermStore, System.Int32)
CSOM Term TermSetItem.CreateTerm(String,Int32,Guid)
JSOM Term SP.Taxonomy.TermSet.createTerm(string,number,Guid)
SSOM System.Void Delete()
CSOM TaxonomyItem.DeleteObject()
JSOM SP.Taxonomy.TermSet.deleteObject()
SSOM System.Void DeleteAllCustomProperties()
CSOM TermSetItem.DeleteAllCustomProperties()
JSOM SP.Taxonomy.TermSet.deleteAllCustomProperties()
SSOM System.Void DeleteCustomProperty(System.String)
CSOM TermSetItem.DeleteCustomProperty(String)
JSOM SP.Taxonomy.TermSet.deleteCustomProperty(string)
SSOM System.Void DeleteStakeholder(System.String)
CSOM TermSet.DeleteStakeholder(String)
JSOM SP.Taxonomy.TermSet.deleteStakeholder(string)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetAllTerms()
CSOM TermCollection TermSet.GetAllTerms()
JSOM TermCollection SP.Taxonomy.TermSet.getAllTerms()
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChanges(System.DateTime, Microsoft.SharePoint.Taxonomy.ChangedItemType, Microsoft.SharePoint.Taxonomy.ChangedOperationType)
CSOM ChangedItemCollection TermSet.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermSet.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChanges(System.DateTime, Microsoft.SharePoint.Taxonomy.ChangedItemType)
CSOM ChangedItemCollection TermSet.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermSet.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChanges(System.DateTime)
CSOM ChangedItemCollection TermSet.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermSet.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.ChangedItemCollection GetChangesCsom(Microsoft.SharePoint.Taxonomy.ChangeInformationCsom)
CSOM ChangedItemCollection TermSet.GetChanges(ChangeInformation)
JSOM ChangedItemCollection SP.Taxonomy.TermSet.getChanges(ChangeInformation)
SSOM Microsoft.SharePoint.Taxonomy.Term GetTerm(System.Guid)
CSOM Term TermSet.GetTerm(Guid)
JSOM Term SP.Taxonomy.TermSet.getTerm(Guid)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.String, System.Boolean)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.String, System.Int32, System.Boolean, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Int32, System.Boolean)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.String, System.Int32, System.Boolean)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.String, System.Boolean, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Int32, System.Boolean)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsCsom(Microsoft.SharePoint.Taxonomy.LabelMatchInformationCsom)
CSOM Term TermSet.GetTerm(Guid)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM Term SP.Taxonomy.TermSet.getTerm(Guid)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.Int32, System.Boolean)
CSOM TermCollection TermSet.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermSet.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.String, System.Boolean)
CSOM TermCollection TermSet.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermSet.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.Boolean)
CSOM TermCollection TermSet.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermSet.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.String, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Boolean)
CSOM TermCollection TermSet.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermSet.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomProperty(System.String, System.String, Microsoft.SharePoint.Taxonomy.StringMatchOption, System.Int32, System.Boolean)
CSOM TermCollection TermSet.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
JSOM TermCollection SP.Taxonomy.TermSet.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithCustomPropertyCsom(Microsoft.SharePoint.Taxonomy.CustomPropertyMatchInformationCsom)
CSOM Term TermSet.GetTerm(Guid)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSet.GetTermsWithCustomProperty(CustomPropertyMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM Term SP.Taxonomy.TermSet.getTerm(Guid)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
JSOM TermCollection SP.Taxonomy.TermSet.getTermsWithCustomProperty(string,boolean,CustomPropertyMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithLcid(Microsoft.SharePoint.Taxonomy.LabelMatchInformationCsom)
CSOM Term TermSet.GetTerm(Guid)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM Term SP.Taxonomy.TermSet.getTerm(Guid)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTermsWithNoLcid(Microsoft.SharePoint.Taxonomy.LabelMatchInformationCsom)
CSOM Term TermSet.GetTerm(Guid)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM Term SP.Taxonomy.TermSet.getTerm(Guid)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM System.Void Move(Microsoft.SharePoint.Taxonomy.Group)
CSOM TermSet.Move(TermGroup)
JSOM SP.Taxonomy.TermSet.move(TermGroup)
SSOM System.Void MoveTermSetInSandbox(Microsoft.SharePoint.Taxonomy.Group, Microsoft.SharePoint.Taxonomy.Group)
CSOM TermSet.Move(TermGroup)
JSOM SP.Taxonomy.TermSet.move(TermGroup)
SSOM System.Void SetCustomProperty(System.String, System.String)
CSOM TermSetItem.SetCustomProperty(String,String)
JSOM SP.Taxonomy.TermSet.setCustomProperty(string,string)
SSOM Microsoft.SharePoint.Taxonomy.Term CreateTerm(System.String, System.Int32)
CSOM Term TermSetItem.CreateTerm(String,Int32,Guid)
JSOM Term SP.Taxonomy.TermSet.createTerm(string,number,Guid)
SSOM Microsoft.SharePoint.Taxonomy.Term CreateTerm(System.String, System.Int32, System.Guid)
CSOM Term TermSetItem.CreateTerm(String,Int32,Guid)
JSOM Term SP.Taxonomy.TermSet.createTerm(string,number,Guid)
SSOM System.Void DeleteAllCustomProperties()
CSOM TermSetItem.DeleteAllCustomProperties()
JSOM SP.Taxonomy.TermSet.deleteAllCustomProperties()
SSOM System.Void DeleteCustomProperty(System.String)
CSOM TermSetItem.DeleteCustomProperty(String)
JSOM SP.Taxonomy.TermSet.deleteCustomProperty(string)
SSOM System.Void DeleteCustomPropertyWithoutSecurityCheck(System.Collections.Generic.Dictionary`2<System.String, System.String>, System.String)
CSOM TermSetItem.DeleteCustomProperty(String)
JSOM SP.Taxonomy.TermSet.deleteCustomProperty(string)
SSOM System.Void DeleteCustomPropertyWithoutSecurityCheck(System.String)
CSOM TermSetItem.DeleteCustomProperty(String)
JSOM SP.Taxonomy.TermSet.deleteCustomProperty(string)
SSOM System.Collections.Generic.List`1<System.Guid> GetTermGuids(System.Collections.Generic.List`1<System.Guid>, System.Int32, System.Int32, System.Boolean, System.Boolean, System.Boolean&, System.Boolean&)
CSOM Term TermSet.GetTerm(Guid)
JSOM Term SP.Taxonomy.TermSet.getTerm(Guid)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.Guid, System.Int32, System.Boolean, System.Boolean, System.Boolean&, System.Boolean&)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.Int32)
CSOM TermCollection TermSet.GetTerms(LabelMatchInformation)
CSOM TermCollection TermSetItem.GetTerms(Int32)
JSOM TermCollection SP.Taxonomy.TermSet.getTerms(number,string,boolean,LabelMatchInformation)
SSOM Microsoft.SharePoint.Taxonomy.Term ReuseTerm(Microsoft.SharePoint.Taxonomy.Term, System.Boolean)
CSOM Term TermSetItem.ReuseTerm(Term,Boolean)
JSOM Term SP.Taxonomy.TermSet.reuseTerm(Term,boolean)
SSOM Microsoft.SharePoint.Taxonomy.Term ReuseTermCore(Microsoft.SharePoint.Taxonomy.Term, System.Boolean, System.Boolean)
CSOM Term TermSetItem.ReuseTerm(Term,Boolean)
JSOM Term SP.Taxonomy.TermSet.reuseTerm(Term,boolean)
SSOM Microsoft.SharePoint.Taxonomy.Term ReuseTermWithoutValidation(Microsoft.SharePoint.Taxonomy.Term, System.Boolean, System.Boolean)
CSOM Term TermSetItem.ReuseTerm(Term,Boolean)
JSOM Term SP.Taxonomy.TermSet.reuseTerm(Term,boolean)
SSOM Microsoft.SharePoint.Taxonomy.Term ReuseTermWithoutValidation(Microsoft.SharePoint.Taxonomy.Term, System.Boolean)
CSOM Term TermSetItem.ReuseTerm(Term,Boolean)
JSOM Term SP.Taxonomy.TermSet.reuseTerm(Term,boolean)
SSOM Microsoft.SharePoint.Taxonomy.Term ReuseTermWithPinning(Microsoft.SharePoint.Taxonomy.Term)
CSOM Term TermSetItem.ReuseTermWithPinning(Term)
JSOM Term SP.Taxonomy.TermSet.reuseTermWithPinning(Term)
SSOM System.Void SetCustomProperty(System.String, System.String)
CSOM TermSetItem.SetCustomProperty(String,String)
JSOM SP.Taxonomy.TermSet.setCustomProperty(string,string)
SSOM System.Void SetCustomPropertyWithoutSecurityCheck(System.String, System.String)
CSOM TermSetItem.SetCustomProperty(String,String)
JSOM SP.Taxonomy.TermSet.setCustomProperty(string,string)
SSOM System.Void SetCustomPropertyWithoutSecurityCheck(System.Collections.Generic.Dictionary`2<System.String, System.String>, System.String, System.String)
CSOM TermSetItem.SetCustomProperty(String,String)
JSOM SP.Taxonomy.TermSet.setCustomProperty(string,string)
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.