Class WordNode
Holds a word and a counter.
Inheritance
System.Object
WordNode
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: EPiServer.Core.Html
Assembly: EPiServer.dll
Version: 8.11.0Syntax
[Obsolete(" This class is no longer being used, indexing is now handled through the Indexing Service")]
public class WordNode
Constructors
WordNode(String)
Declaration
public WordNode(string word)
Parameters
Type | Name | Description |
---|---|---|
System.String | word |
Properties
Word
Declaration
public string Word { get; }
Property Value
Type | Description |
---|---|
System.String |
WordCount
Declaration
public int WordCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
IncreaseWordCount()
Declaration
public void IncreaseWordCount()