IEditTag Interface

Definition

Interface that can be used for the CreateEdit(EditOptions, Nullable<Int32>, Object) editTag parameter.

public interface class IEditTag
public interface IEditTag
type IEditTag = interface
Public Interface IEditTag
Derived

Remarks

This interface, by itself, does nothing. The derived interfaces, however, can provide some context on the nature of the edit. For example, the tags for edits associated with the user doing an "undo" should derive from IUndoEditTag and IUserEditTag.

Applies to