Enum ScriptType
- Namespace
- Dynamicweb.DataIntegration.Integration
- Assembly
- Dynamicweb.DataIntegration.dll
Enum used to indicate which type of scripting is active in the Column mapping.
public enum ScriptType
Fields
Append = 0
Append will add the scriptValue to the end of the input string.
Constant = 2
Constant will use the scriptValue instead of the input string.
CurrentTime = 6
CurrentTime will use the current time instead of the input string.
Invert = 7
Invert value
NewGuid = 4
NewGuid will use the new guid value instead of the input string.
None = 3
Leaves the input string unchanged.
Prepend = 1
Prepend will add the scriptValue to the beginning of the input string.
Substring = 5
Substring will allow the user, to specify what portion of the incoming string should be put into the defined destination.