This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
When overridden in a derived class, gets the maximum number of characters the current EncoderFallback object can return.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public override int MaxCharCount { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides ReadOnly Property MaxCharCount As Integer
	Get

Field Value

Return Value

The maximum number of characters the current EncoderFallback object can return.

See Also

Advanced