Click or drag to resize
EditableWebPartPropertyLineNumber Property
Line number in the web part property that the value corresponds, indexed from 1 (only this line is replaced by the new value upon editing). If 0 or less, the whole property is replaced.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public int LineNumber { get; set; }

Property Value

Type: Int32
See Also