You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > MetaDataList Class > MetaDataList Properties > KeyWordValueMatchAll
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
MetaDataList.KeyWordValueMatchAll Property

This property is only used if you enter more than one keyword value. 

If you do, and only want content to appear on the metadata list if all values entered at the KeyWordValue field match its metadata values, enter true. 

If metadata can appear on the list as long as any value defined at the KeyWordValue field matches the selected metadata value for a content item, enter false

Example: 

KeyWordValue for Title (assigned for this server control): home; page; company. 

Metadata values for a content item’s Title metadata definition field: software; ektron; company. 

If KeyWordValueMatchAll = true, content does not appear on metadata list because some items do not match. 

If KeyWordValueMatchAll = false, content item appears on metadata list because one item (company) matches.

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue(false)]
[Description("Match all values specified in KeyWordValue separator by KeyWordValueSeparator.")]
public bool KeyWordValueMatchAll;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue(false)>
<Description("Match all values specified in KeyWordValue separator by KeyWordValueSeparator.")>
Public Property KeyWordValueMatchAll() As bool
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!