Delen via


TermSetItem Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Taxonomy.TermSetItem", ServerTypeId="{a99e4a8f-010b-4e56-9b29-b7bd6ec51263}")]
public class TermSetItem : Microsoft.SharePoint.Client.Taxonomy.TaxonomyItem
type TermSetItem = class
    inherit TaxonomyItem
Public Class TermSetItem
Inherits TaxonomyItem
Inheritance
Derived
Attributes

Constructors

TermSetItem(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
CreatedDate (Inherited from TaxonomyItem)
CustomProperties
CustomSortOrder
Id (Inherited from TaxonomyItem)
IsAvailableForTagging
LastModifiedDate (Inherited from TaxonomyItem)
Name (Inherited from TaxonomyItem)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Owner
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
Terms
TermStore (Inherited from TaxonomyItem)
TypedObject (Inherited from ClientObject)

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CreateTerm(String, Int32, Guid)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteAllCustomProperties()
DeleteCustomProperty(String)
DeleteObject() (Inherited from TaxonomyItem)
FromJson(JsonReader) (Inherited from ClientObject)
GetTerms(Int32)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
ReuseTerm(Term, Boolean)
ReuseTermWithPinning(Term)
SetCustomProperty(String, String)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to