Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
SummarySettings.SummaryMode Enumeration
See Also  
Telerik.Cms.Engine Namespace : SummarySettings.SummaryMode Enumeration


Defines identifiers that indicate the summary modes used by ContenView.  

 

Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

Visual Basic (Declaration) 
Public Enum SummarySettings.SummaryMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SummarySettings.SummaryMode
C# 
public enum SummarySettings.SummaryMode : Enum 

Members

MemberDescription
None Indicates that the whole text should be displayed.
Words Indicates that the summary should be created by cropping the specified number of words.
Sentences Indicates that the summary should be created by cropping the specified number of sentences.
Paragraphs Indicates that the summary should be created by cropping the specified number of paragraphs.
MetaField Indicates that the content of a specified meta field will be used for summery.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also