Share via


TaxonomySession Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Taxonomy.TaxonomySession", ServerTypeId="{981cbc68-9edc-4f8d-872f-71146fcbb84f}")]
public sealed class TaxonomySession : Microsoft.SharePoint.Client.ClientObject
type TaxonomySession = class
    inherit ClientObject
Public NotInheritable Class TaxonomySession
Inherits ClientObject
Inheritance
TaxonomySession
Attributes

Constructors

TaxonomySession(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
OfflineTermStoreNames
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TermStores
TypedObject (Inherited from ClientObject)

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
GetDefaultKeywordsTermStore()
GetDefaultSiteCollectionTermStore()
GetTaxonomySession(ClientRuntimeContext)
GetTerm(Guid)
GetTerms(LabelMatchInformation)
GetTermsById(Guid[])
GetTermSetsByName(String, Int32)
GetTermSetsByTermLabel(String[], Int32)
GetTermsInDefaultLanguage(String, Boolean, StringMatchOption, Int32, Boolean, Boolean)
GetTermsInWorkingLocale(String, Boolean, StringMatchOption, Int32, Boolean, Boolean)
GetTermsWithCustomProperty(CustomPropertyMatchInformation)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
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)
UpdateCache()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to