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
Gets or sets the author of the locked region.
Declaration
public string Author { get; set; }
Property Value
Type |
---|
System.String |
End
Gets or sets the selection end of the locked region.
Declaration
public string End { get; set; }
Property Value
Type |
---|
System.String |
PreviousLockInfo
Gets or sets the previous locked region selection info.
Declaration
public LockSelectionInfo PreviousLockInfo { get; set; }
Property Value
Type |
---|
LockSelectionInfo |
RoomName
Gets or sets the collaborative editing room name.
Declaration
public string RoomName { get; set; }
Property Value
Type |
---|
System.String |
Start
Gets or sets the selection start of the locked region.
Declaration
public string Start { get; set; }
Property Value
Type |
---|
System.String |
Version
Gets or sets the version of the collaborative editing session.
Declaration
public int Version { get; set; }
Property Value
Type |
---|
System.Int32 |