Initializes a new instance of the Editable
public EditableRegion(string userName, int id);
public EditableRegion(string userName, int id, int start, int length);
Parameter | Description |
---|---|
user |
Specifies the name of the user who can edit the region. This parameter can be null or an empty string to indicate, that no user name has been specified and the region can be edited by everyone. |
id | Specifies an identifier for the editable region. This parameter can be 0 to indicate, that the editable region has no identifier. |
start | Specifies the index (one-based) of the first character which belongs to the editable region. |
length | Specifies the number of characters which belong to the editable region. |