TermGroup Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Taxonomy.TermGroup", ServerTypeId="{65d76872-0b65-42de-8ebd-d76f6d3491c6}")]
public sealed class TermGroup : Microsoft.SharePoint.Client.Taxonomy.TaxonomyItem
type TermGroup = class
    inherit TaxonomyItem
Public NotInheritable Class TermGroup
Inherits TaxonomyItem
Inheritance
Attributes

Constructors

TermGroup(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
ContributorPrincipalNames
CreatedDate (Inherited from TaxonomyItem)
Description
GroupManagerPrincipalNames
Id (Inherited from TaxonomyItem)
IsSiteCollectionGroup
IsSystemGroup
LastModifiedDate (Inherited from TaxonomyItem)
Name (Inherited from TaxonomyItem)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TermSets
TermStore (Inherited from TaxonomyItem)
TypedObject (Inherited from ClientObject)

Methods

AddContributor(String)
AddGroupManager(String)
CheckUninitializedProperty(String) (Inherited from ClientObject)
CreateTermSet(String, Guid, Int32)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteObject() (Inherited from TaxonomyItem)
ExportObject()
FromJson(JsonReader) (Inherited from ClientObject)
GetChanges(ChangeInformation)
GetTermSetsWithCustomProperty(CustomPropertyMatchInformation)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from TaxonomyItem)
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)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to