ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class UserActionInfo

    Collaborative editing user action

    Inheritance
    System.Object
    UserActionInfo
    Namespace: Syncfusion.EJ2.DocumentEditor
    Assembly: Syncfusion.EJ2.DocumentEditor.dll
    Syntax
    public class UserActionInfo : Object

    Constructors

    UserActionInfo()

    Declaration
    public UserActionInfo()

    Methods

    CanLock(LockSelectionInfo)

    Get list of user action from specified version.

    Declaration
    public bool CanLock(LockSelectionInfo selectionInfo)
    Parameters
    Type Name Description
    LockSelectionInfo selectionInfo
    Returns
    Type Description
    System.Boolean

    Clear()

    Clear current user transactions

    Declaration
    public void Clear()

    GetUserActions(Int32)

    Check whether current region can be locked.

    Declaration
    public List<CollaborativeEditingEventArgs> GetUserActions(int version)
    Parameters
    Type Name Description
    System.Int32 version
    Returns
    Type Description
    System.Collections.Generic.List<CollaborativeEditingEventArgs>

    The user action in specific order

    UpdateAction(CollaborativeEditingEventArgs)

    Update user action in current transaction.

    Declaration
    public bool UpdateAction(CollaborativeEditingEventArgs data)
    Parameters
    Type Name Description
    CollaborativeEditingEventArgs data
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved