ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LockSelectionInfo

    Show / Hide Table of Contents

    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 Description
    System.String

    End

    Gets or sets the selection end of the locked region.

    Declaration
    public string End { get; set; }
    Property Value
    Type Description
    System.String

    PreviousLockInfo

    Gets or sets the previous locked region selection info.

    Declaration
    public LockSelectionInfo PreviousLockInfo { get; set; }
    Property Value
    Type Description
    LockSelectionInfo

    RoomName

    Gets or sets the collaborative editing room name.

    Declaration
    public string RoomName { get; set; }
    Property Value
    Type Description
    System.String

    Start

    Gets or sets the selection start of the locked region.

    Declaration
    public string Start { get; set; }
    Property Value
    Type Description
    System.String

    Version

    Gets or sets the version of the collaborative editing session.

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved