Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a Term or a Keyword in a managed metadata hierarchy.
The Term type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CreatedDate | Gets the DateTime at which this item was created. (Inherited from TaxonomyItem.) |
![]() |
CustomProperties | Gets the collection of custom property objects for the current Term object from the read-only dictionary. |
![]() |
CustomSortOrder | Gets or sets the custom sort order of the current Term object. (Overrides TermSetItem.CustomSortOrder.) |
![]() |
Id | Gets the Id of the current T:Microsoft.SharePoint.Taxonomy.TaxonomyItem. (Inherited from TaxonomyItem.) |
![]() |
IsAvailableForTagging | Gets or sets the flag indicating whether a Term object can be used to tag in the tagging UI, but does not affect its visibility. (Overrides TermSetItem.IsAvailableForTagging.) |
![]() |
IsDeprecated | Gets whether the current Term object has been deprecated. |
![]() |
IsKeyword | Gets whether the current Term object is a keyword in the KeywordTermSet object. |
![]() |
IsReused | Gets whether the current Term object is a reused Term. |
![]() |
IsRoot | Gets whether the current Term object is at the root of the TermSet object |
![]() |
IsSourceTerm | Gets whether the current Term is the source Term among reused terms |
![]() |
Labels | Gets a collection of Label objects for the current Term object. |
![]() |
LastModifiedDate | Gets the DateTime at which this item was most recently updated. (Inherited from TaxonomyItem.) |
![]() |
MergedTermIds | Gets a read-only collection of Term Ids. Term objects identified by those Ids have been merged into the current Term. |
![]() |
Name | Gets or sets the name of the current Term object. (Overrides TaxonomyItem.Name.) |
![]() |
Owner | Gets or sets the user who is responsible for the current Term object. (Overrides TermSetItem.Owner.) |
![]() |
Parent | Gets the parent Term object of the current Term. |
![]() |
ReusedTerms | Gets all of the instances of the current Term object that are reused in other TermSet objects. |
![]() |
SourceTerm | Gets the source Term if the current Term is a reused term. |
![]() |
Terms | Gets a collection of all immediate child Term objects of the currrent Term object. (Overrides TermSetItem.Terms.) |
![]() |
TermsCount | Gets the number of child Term objects. |
![]() |
TermSet | Gets the TermSet object for the current Term object. |
![]() |
TermSets | Gets the collection of all TermSet objects where the current Term object is located. |
![]() |
TermStore | Gets the TermStore object from which the current TaxonomyItem was retrieved. (Inherited from TaxonomyItem.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Copy | Creates and returns a sibling copy of the current Term object within the current TermSet object. |
![]() |
CreateLabel | Creates a new Label for this Term. |
![]() |
CreateTerm(String, Int32) | Creates a new Term below this TaxonomyItem instance.The name is the default Label for the LCID specified. (Inherited from TermSetItem.) |
![]() |
CreateTerm(String, Int32, Guid) | Creates a new Term object below this TaxonomyItem object.The name is the default Label for the specified LCID. (Inherited from TermSetItem.) |
![]() |
Delete | Deletes this Term object and its descendents from the TermStore object. (Overrides TaxonomyItem.Delete().) |
![]() |
DeleteCustomProperty | Deletes a custom property from the current Term object. |
![]() |
Deprecate | Deprecates or enables the current Term object. |
![]() |
DoesUserHavePermissions | Verifies whether the current user has the permissions specified. (Inherited from TermSetItem.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAllLabels | Gets all of the Label objects for the provided lcid parameter. |
![]() |
GetDefaultLabel | Gets the default Label for this Term based on LCID. |
![]() |
GetDescription() | Gets the description of the Term object in the language (WorkingLanguage) of the current TermStore object. |
![]() |
GetDescription(Int32) | Gets the description of the Term in the LCID. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetIsDescendantOf | Indicates whether the current Term object is a descendent Term of the specified Term. |
![]() |
GetPath() | Gets the path for this Term object in the default language of the TermStore object. |
![]() |
GetPath(Int32) | Gets the path for the current Term in the specified lcid. |
![]() |
GetTerms(Int32) | Gets a paged collection containing the child Term objects of this TermSetItem object (Inherited from TermSetItem.) |
![]() |
GetTerms(String, Int32, Boolean, StringMatchOption, Int32, Boolean) | Returns all Term instances that are descendants of the current Term with a label in the provided lcid matching the string provided. It only checks default Labels if defaultLabelOnly is provided to be true. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Merge | Merge the current Term object with the specified Term and return the combined Term. |
![]() |
Move(Term) | Moves the current T:Microsoft.SharePoint.Taxonomy.Term object to be a child of a different Term. |
![]() |
Move(TermSet) | Moves the current Term object to the root of the specified TermSet object |
![]() |
ReassignSourceTerm | Reassigns the source term status to one of the other reused instances of this Term object. |
![]() |
ReuseTerm | Creates a new reused Term object below this TaxonomyItem object based on a sourceTerm. (Inherited from TermSetItem.) |
![]() |
SetCustomProperty | Adds a new custom property or updates the value of an existing property |
![]() |
SetDescription | Sets the LCID-specific description of this Term object. |
![]() |
ToString | (Inherited from Object.) |
Top