Expand Minimize

TermSetItem Transformation

Mappings for SharePoint class Microsoft.SharePoint.Taxonomy.TermSetItem

Type Mapping

Constructors

Properties

SSOM System.DateTime get_CreatedDate()
CSOM DateTime TaxonomyItem.get_CreatedDate()
JSOM Date SP.Taxonomy.TermSetItem.get_createdDate()
SSOM System.Guid get_Id()
CSOM Guid TaxonomyItem.get_Id()
JSOM Guid SP.Taxonomy.TermSetItem.get_id()
SSOM System.DateTime get_LastModifiedDate()
CSOM DateTime TaxonomyItem.get_LastModifiedDate()
JSOM Date SP.Taxonomy.TermSetItem.get_lastModifiedDate()
SSOM System.String get_Name()
CSOM String TaxonomyItem.get_Name()
JSOM string SP.Taxonomy.TermSetItem.get_name()
SSOM Microsoft.SharePoint.Taxonomy.TermStore get_TermStore()
CSOM TermStore TaxonomyItem.get_TermStore()
JSOM TermStore SP.Taxonomy.TermSetItem.get_termStore()
SSOM System.Void set_Name(System.String)
CSOM TaxonomyItem.set_Name(String)
JSOM SP.Taxonomy.TermSetItem.set_name()
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.TermSetItem.get_customSortOrder()
SSOM System.Boolean get_IsAvailableForTagging()
CSOM Boolean TermSetItem.get_IsAvailableForTagging()
JSOM boolean SP.Taxonomy.TermSetItem.get_isAvailableForTagging()
SSOM System.String get_Owner()
CSOM String TermSetItem.get_Owner()
JSOM string SP.Taxonomy.TermSetItem.get_owner()
SSOM Microsoft.SharePoint.Taxonomy.TermCollection get_Terms()
CSOM TermCollection TermSetItem.get_Terms()
JSOM TermCollection SP.Taxonomy.TermSetItem.get_terms()
SSOM System.Void set_CustomSortOrder(System.String)
CSOM TermSetItem.set_CustomSortOrder(String)
JSOM SP.Taxonomy.TermSetItem.set_customSortOrder()
SSOM System.Void set_IsAvailableForTagging(System.Boolean)
CSOM TermSetItem.set_IsAvailableForTagging(Boolean)
JSOM SP.Taxonomy.TermSetItem.set_isAvailableForTagging()
SSOM System.Void set_Owner(System.String)
CSOM TermSetItem.set_Owner(String)
JSOM SP.Taxonomy.TermSetItem.set_owner()

Methods

SSOM System.Void .cctor()
CSOM ctor(ClientRuntimeContext,ObjectPath)
SSOM System.Void Delete()
CSOM TaxonomyItem.DeleteObject()
JSOM SP.Taxonomy.TermSetItem.deleteObject()
SSOM System.String NormalizeName(System.String)
CSOM ClientResult TaxonomyItem.NormalizeName(ClientRuntimeContext,String)
SSOM Microsoft.SharePoint.Taxonomy.Term CreateTerm(System.String, System.Int32, System.Guid)
CSOM Term TermSetItem.CreateTerm(String,Int32,Guid)
JSOM Term SP.Taxonomy.TermSetItem.createTerm(string,number,Guid)
SSOM Microsoft.SharePoint.Taxonomy.Term CreateTerm(System.String, System.Int32)
CSOM Term TermSetItem.CreateTerm(String,Int32,Guid)
JSOM Term SP.Taxonomy.TermSetItem.createTerm(string,number,Guid)
SSOM System.Void DeleteAllCustomProperties()
CSOM TermSetItem.DeleteAllCustomProperties()
JSOM SP.Taxonomy.TermSetItem.deleteAllCustomProperties()
SSOM System.Void DeleteCustomProperty(System.String)
CSOM TermSetItem.DeleteCustomProperty(String)
JSOM SP.Taxonomy.TermSetItem.deleteCustomProperty(string)
SSOM System.Void DeleteCustomPropertyWithoutSecurityCheck(System.String)
CSOM TermSetItem.DeleteCustomProperty(String)
JSOM SP.Taxonomy.TermSetItem.deleteCustomProperty(string)
SSOM System.Void DeleteCustomPropertyWithoutSecurityCheck(System.Collections.Generic.Dictionary`2<System.String, System.String>, System.String)
CSOM TermSetItem.DeleteCustomProperty(String)
JSOM SP.Taxonomy.TermSetItem.deleteCustomProperty(string)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.Int32)
CSOM TermCollection TermSetItem.GetTerms(Int32)
SSOM Microsoft.SharePoint.Taxonomy.TermCollection GetTerms(System.Guid, System.Int32, System.Boolean, System.Boolean, System.Boolean&, System.Boolean&)
CSOM TermCollection TermSetItem.GetTerms(Int32)
SSOM Microsoft.SharePoint.Taxonomy.Term ReuseTerm(Microsoft.SharePoint.Taxonomy.Term, System.Boolean)
CSOM Term TermSetItem.ReuseTerm(Term,Boolean)
JSOM Term SP.Taxonomy.TermSetItem.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.TermSetItem.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.TermSetItem.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.TermSetItem.reuseTerm(Term,boolean)
SSOM Microsoft.SharePoint.Taxonomy.Term ReuseTermWithPinning(Microsoft.SharePoint.Taxonomy.Term)
CSOM Term TermSetItem.ReuseTermWithPinning(Term)
JSOM Term SP.Taxonomy.TermSetItem.reuseTermWithPinning(Term)
SSOM System.Void SetCustomProperty(System.String, System.String)
CSOM TermSetItem.SetCustomProperty(String,String)
JSOM SP.Taxonomy.TermSetItem.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.TermSetItem.setCustomProperty(string,string)
SSOM System.Void SetCustomPropertyWithoutSecurityCheck(System.String, System.String)
CSOM TermSetItem.SetCustomProperty(String,String)
JSOM SP.Taxonomy.TermSetItem.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.