Determines whether a TextString service attribute with the specified ID
and natural language
is in the List.
| C# | Visual Basic |
public bool Contains( ServiceAttributeId id, LanguageBaseItem language )
Public Function Contains ( _ id As ServiceAttributeId, _ language As LanguageBaseItem _ ) As Boolean
- id (ServiceAttributeId)
- The id of the service attribute to locate, as a ServiceAttributeId.
- language (LanguageBaseItem)
- Which multi-language version of the string attribute to locate.
true if item is found in the record; otherwise, false.