Class ActionInfo
Reserved for internal use.
Inheritance
System.Object
ActionInfo
Namespace: Syncfusion.EJ2.DocumentEditor
Assembly: Syncfusion.EJ2.DocumentEditor.dll
Syntax
public class ActionInfo : Object
Constructors
ActionInfo()
Declaration
public ActionInfo()
Properties
ClientVersion
Reserved for internal use.
Declaration
public int ClientVersion { get; set; }
Property Value
Type |
---|
System.Int32 |
ConnectionId
Reserved for internal use.
Declaration
public string ConnectionId { get; set; }
Property Value
Type |
---|
System.String |
CurrentUser
Reserved for internal use.
Declaration
public string CurrentUser { get; set; }
Property Value
Type |
---|
System.String |
IsTransformed
Reserved for internal use.
Declaration
public bool IsTransformed { get; set; }
Property Value
Type |
---|
System.Boolean |
Operations
Reserved for internal use.
Declaration
public List<DocumentOperation> Operations { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DocumentOperation> |
RoomName
Reserved for internal use.
Declaration
public string RoomName { get; set; }
Property Value
Type |
---|
System.String |
Version
Reserved for internal use.
Declaration
public int Version { get; set; }
Property Value
Type |
---|
System.Int32 |