AttributeTranslationCollection.Contains Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Contains(Int32) | Indicates whether the collection contains a Translation with the specified language. (Inherited from TranslationCollection.) | |
Contains(AttributeTranslation) | Indicates whether the collection contains the specified AttributeTranslation. | |
Contains(Translation) | Indicates whether the collection contains a specified Translation. (Inherited from TranslationCollection.) |
Top