InsertRSSFeedDefaultItemTitleSize Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that indicates the length of an alternative title when no title is supplied by the source. The alternative title is automatically constructed from the first N characters of the description followed by three dots. The default value is zero, which means that no alternative title is used.

Namespace: ContentStudio.Site.ActiveScripting.Misc
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public int DefaultItemTitleSize { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionA value lower than zero was passed in for this property.
Remarks

This generated alternative title is always HTML encoded regardless of the SecureHtmlEncoding property
See Also

Reference