DiffTextPartSubPart Method (Int32) |
Creates new DiffTextPart from particular index as subpart of existing DiffTextPart.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public DiffTextPart SubPart(
int startIndex
)
Parameters
- startIndex
- Type: SystemInt32
Index from which should contained text start
Return Value
Type:
DiffTextPartNew DiffTextPart created from already existing DiffTextPart
See Also