ComparisonTextPart SubPart Method (Int32, Int32)Kentico 8.1 API Reference
Creates new ComparisonTextPart from particular index as subpart of existing ComparisonTextPart.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

startIndex
Type: OnlineSystem Int32
Index from which should contained text start
count
Type: OnlineSystem Int32
Length of new ComparisonTextPart

Return Value

Type: ComparisonTextPart
New ComparisonTextPart create from already existing ComparisonTextPart
See Also