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 = 0Append will add the scriptValue to the end of the input string.
Constant = 2Constant will use the scriptValue instead of the input string.
CurrentTime = 6CurrentTime will use the current time instead of the input string.
Invert = 7Invert value
NewGuid = 4NewGuid will use the new guid value instead of the input string.
None = 3Leaves the input string unchanged.
Prepend = 1Prepend will add the scriptValue to the beginning of the input string.
Substring = 5Substring will allow the user, to specify what portion of the incoming string should be put into the defined destination.