Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
SummarySettings Structure Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : SummarySettings Structure


The following tables list the members exposed by SummarySettings.

Public Constructors

 NameDescription
Public ConstructorSummarySettings ConstructorOverloaded.  Creates new instance of SummerySettings structure with the specified mode, count and formatting option. Important! SummeryMode.MetaField cannot be used with this constructor.  
Top

Public Properties

 NameDescription
Public PropertyClearFormatting Indicates if text formatting such as colors, bold, italic and etc. should be cleared in the summery.  
Public PropertyCount Specifies the number of words, sentences or paragraphs that should be cropped when constructing the summery.  
Public Propertystatic (Shared in Visual Basic)Default Returns an instance of SummarySettings object with default settings.  
Public PropertyMetaField Specifies the name of the meta field that will be used for summery.  
Public PropertyMode Defines how summery is created, by cropping a specified number of words, sentences or paragraphs or by using the content of a specified meta field.  
Public PropertyTagsToClear  
Top

Public Methods

 NameDescription
Public MethodEqualsIndicates whether this instance and a specified object are equal. (Inherited from System.ValueType)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.ValueType)
Public Methodstatic (Shared in Visual Basic)Parse Converts the string representation of a SummarySettings structure to its object equivalent.  
Public MethodToStringOverridden.  Returns a string representation of the structure.  
Top

See Also