Term members
Represents a Term or a Keyword in a managed metadata hierarchy.
The Term type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Term | Initializes a new instance of a Term object. |
Top
Properties
Name | Description | |
---|---|---|
Context | Returns the context that is associated with the client object. (Inherited from ClientObject.) | |
CreatedDate | Gets the DateTime at which this item was created. (Inherited from TaxonomyItem.) | |
CustomProperties | Gets the collection of effective CustomProperty instances for a Term object or TermSet object. (Inherited from TermSetItem.) | |
CustomSortOrder | Gets the custom sort order for children of the current item. (Inherited from TermSetItem.) | |
Description | Gets or sets the description of the current Term object. | |
Id | Gets the Id of the current TaxonomyItem. (Inherited from TaxonomyItem.) | |
IsAvailableForTagging | Gets whether the TaxonomyItem object should appear in the tagging UI. (Inherited from TermSetItem.) | |
IsDeprecated | Gets whether the current Term object has been deprecated. | |
IsKeyword | Gets whether the current Term object is a keyword in the KeywordTermSet object. | |
IsPinned | Gets a Boolean value that indicates if this is a pinned object. | |
IsPinnedRoot | Gets a Boolean value that indicates if this is a pinned object and the root of the pinned tree. | |
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.) | |
LocalCustomProperties | Gets the collection of local custom properties for this term. | |
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 TaxonomyItem object. (Inherited from TaxonomyItem.) | |
ObjectData | Gets the object data for the current client object. (Inherited from ClientObject.) | |
ObjectVersion | Gets a string that indicates the version of the current client object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
Owner | Gets the name of the user who is responsible for the TaxonomyItem object. (Inherited from TermSetItem.) | |
Parent | Gets the parent Term object of the current Term. | |
Path | Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
PathOfTerm | ||
PinSourceTermSet | Gets the TermSet object that contains the term to which this object is pinned. | |
ReusedTerms | Gets all of the instances of the current Term object that are reused in other TermSet objects. | |
ServerObjectIsNull | Gets the server object and returns null if the server object is null. (Inherited from ClientObject.) | |
SourceTerm | Gets the source Term if the current Term is a reused term. | |
Tag | Gets or sets data that is associated with the client object. (Inherited from ClientObject.) | |
Terms | Gets a collection of the child Term objects of this TaxonomyItem. (Inherited from TermSetItem.) | |
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.) | |
TypedObject | Gets the object with the correct type information returned from the server. (Inherited from ClientObject.) |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (Inherited from ClientObject.) | |
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 | Creates a new Term below this TaxonomyItem instance. (Inherited from TermSetItem.) | |
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
DeleteAllCustomProperties | Deletes all custom properties from this item. (Inherited from TermSetItem.) | |
DeleteAllLocalCustomProperties | Deletes all local custom properties. | |
DeleteCustomProperty | Deletes a specific custom property from this item. (Inherited from TermSetItem.) | |
DeleteLocalCustomProperty | Deletes a local custom property from the current object. | |
DeleteObject | Deletes the current TaxonomyItem object from the system. (Inherited from TaxonomyItem.) | |
Deprecate | Deprecates or enables the current Term object. | |
FromJson | Indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
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 in the LCID. | |
GetIsDescendantOf | Indicates whether the current Term object is a descendent Term of the specified Term. | |
GetPath | Gets the path for the current Term in the specified lcid. | |
GetTerms | Gets a paged collection containing the child Term objects of this TermSetItem object. (Inherited from TermSetItem.) | |
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
InitOnePropertyFromJson | (Overrides TermSetItem.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (Inherited from ClientObject.) | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (Inherited from ClientObject.) | |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
Merge | Merge the current Term object with the specified Term and return the combined Term. | |
Move | Moves the current Term object to be a child of a different Term. | |
ReassignSourceTerm | Reassigns the source term status to one of the other reused instances of this Term object. | |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (Inherited from ClientObject.) | |
Retrieve() | Retrieves all scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
ReuseTerm | Creates a new reused Term object below this TaxonomyItem object based on a sourceTerm. (Inherited from TermSetItem.) | |
ReuseTermWithPinning | Creates a new Term object below a TaxonomyItem instance based on a sourceTerm and makes the Term pinned so that only the local custom properties, IsAvailableForTagging, and custom sort order for the TermSet can be changed in the TermSet object. (Inherited from TermSetItem.) | |
SetCustomProperty | Sets a custom property for the TermSetItem object. (Inherited from TermSetItem.) | |
SetDescription | Sets the LCID-specific description of this Term object. | |
SetLocalCustomProperty | Sets a new local custom property or updates the value of an existing local property. | |
ToString | (Inherited from Object.) | |
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. (Inherited from ClientObject.) |
Top