WebMapAZHeaderLevel 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 header level. This property regulates the level of the head (h) tag written. This header holds the first letter of a found item one for each found start letter. Ex. HeaderLevel 2 generates a <h2> tag The default value is 2 and values can be in the interval 1 - 6.

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

public int HeaderLevel { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe property value is less that 1 or more that 6
See Also

Reference