Click or drag to resize
TextPart Constructor
TextPart class constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public TextPart(
	string text,
	int srcIndex
)

Parameters

text
Type: SystemString
Particular text part
srcIndex
Type: SystemInt32
Index to previous version string
See Also