Enum ModifyMode
- Namespace
- DisCatSharp.Enums.Core
- Assembly
- DisCatSharp.dll
Represents the mode used by a DisCatSharpBuilder for updating a message.
public enum ModifyMode
Fields
Update = 0Denotes that the message will only update explicitly set fields, leaving others unchanged.
Replace = 1Denotes that the entire message will be replaced as if it were a new message.