CompletionNoteOptions Enumeration |
Used to specify Completion Note modification options for WoCompleteCommand.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum CompletionNoteOptions
<SerializableAttribute>
Public Enumeration CompletionNoteOptions
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Ignore | 0 | |
Replace | 1 | |
FillEmpty | 2 | |
See Also