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

Gets or Sets the boolean value of ExactPhrase. Determines whether the KeyWordValue needs to match the phrase exactly. 

For example, if “site” is the KeyWordValue and the title of a content block is “Welcome to the site” and ExactPhrase is set to True, you would not see the content block in the metadata list. This is because “site” does not equal “Welcome to the site”.

  • True = match the exact phrase
  • False = does not need to match exact phrase

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue("True")]
[Description("Gets or Sets the boolean value of ExactPhrase. Determines whether the KeyWordValue needs to match the phrase exactly. For example, if \"site\" is the KeyWordValue and the title of a content block is \"Welcome to the site\" and ExactPhrase is set to \"True\", you would not see the content block in the metadata list. This is because \"site\" does not equal \"Welcome to the site\".")]
public bool ExactPhrase;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue("True")>
<Description("Gets or Sets the boolean value of ExactPhrase. Determines whether the KeyWordValue needs to match the phrase exactly. For example, if \"site\" is the KeyWordValue and the title of a content block is \"Welcome to the site\" and ExactPhrase is set to \"True\", you would not see the content block in the metadata list. This is because \"site\" does not equal \"Welcome to the site\".")>
Public Property ExactPhrase() 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!