ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LockSelectionInfo - ASP.NETCore-EJ2 API Reference | Syncfusion

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved