Class LockSelectionInfo
Locked region selection info.
Inheritance
System.Object
LockSelectionInfo
Namespace: Syncfusion.EJ2.DocumentEditor
Assembly: Syncfusion.EJ2.DocumentEditor.dll
Syntax
public class LockSelectionInfo : Object
Constructors
LockSelectionInfo()
Declaration
public LockSelectionInfo()
Properties
Author
Specifies author of the locked region.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
End
Selection end of the locked region.
Declaration
public string End { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousLockInfo
Specified previous locked region selection info.
Declaration
public LockSelectionInfo PreviousLockInfo { get; set; }
Property Value
Type | Description |
---|---|
LockSelectionInfo |
RoomName
Specifies collaborative editing room name.
Declaration
public string RoomName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Start
Selection start of the locked region.
Declaration
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
Version of the collaborative editing session.
Declaration
public int Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |