Try our conversational search powered by Generative AI!

Class MetaDictionaryItemUsages

Class used to get id of entries and nodes which are using a specific dictionary item.

Inheritance
System.Object
MetaDictionaryItemUsages
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0
Syntax
public class MetaDictionaryItemUsages

Constructors

MetaDictionaryItemUsages()

Initializes a new instance of the MetaDictionaryItemUsages class.

Declaration
public MetaDictionaryItemUsages()

Methods

IsDictionaryItemInUse(Int32, Int32)

Checks if any entry or node is using the specified item.

Declaration
public virtual bool IsDictionaryItemInUse(int metaFieldId, int itemId)
Parameters
Type Name Description
System.Int32 metaFieldId

The if of meta field of type dictionary.

System.Int32 itemId

The item id.

Returns
Type Description
System.Boolean