ToArray() - An expensive but simple way to get all words that have been inserted.
Namespace:
EPiServer.Core.HtmlAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public string[] ToArray() |
Return Value
Array of strings containing all words
Remarks
The returned words are ordered in their unique index order, as follows;
a mandatory word in the returned list have the same index as a call to ToUniqueMandatoryWordIndex(),
an optional word in the returned list have the same index as a call to ToUniqueOptionalWordIndex(),
an exclude word in the returned list have the same index as a call to ToUniqueExcludeWordIndex().