Enum ObjectEditResponse
Represents the possible responses to an object editing request.
public enum ObjectEditResponse
Fields
Cancel = 0Indicates that the object editing process was canceled.
Final = 1Indicates that the object editing process was completed and finalized.
Update = 2Indicates that the object editing process is in progress and has been updated.