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()
Initializes a new instance of the UserActionInfo class.
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 | The LockSelectionInfo value. |
Returns
Type | Description |
---|---|
System.Boolean | true if the user is found otherwise false. |
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 | the version value. |
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 | The collaborative editing data. |
Returns
Type | Description |
---|---|
System.Boolean | True if the user action updated otherwise False. |