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

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

Sets or gets the string that acts as a template to describe content of a document tree. The string may contain any of the constants below, which when used by FormatInformationString will be replaced with the corresponding current values. The default value is "$pageno$ of $total$" $pageno$ The ordinal (page) number of the document within the hierarchy, not including the root document. $total$ The total number of documents in the hierarchy, not including the root document. $label$ The numeric level information, not including the root document. Example: "2.2.8"$name$ The name of the document $position$ The position of this document relative its siblings.

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

public string InformationString { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullExceptionA null value was passed in for this property.
See Also

Reference