TaxonomySession class

Wraps all of the associated TermStore objects for an Site object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Taxonomy.TaxonomySession

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public NotInheritable Class TaxonomySession _
    Inherits ClientObject
'Usage
Dim instance As TaxonomySession
public sealed class TaxonomySession : ClientObject

Remarks

The TaxonomySession object is the starting point for all operations involving objects from the taxonomy. It provides access to one or more TermStore objects, (for example, managed metadata connections), where the TermGroup, TermSet, and Term objects reside.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TaxonomySession members

Microsoft.SharePoint.Client.Taxonomy namespace