UnlinkOption Enumeration
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
Public Enumeration UnlinkOption
public enum class UnlinkOption
RoughCopy | 0 |
Converts this linked contact info into an unlinked copy of the original, removing the original link.
The copy is "rough" because it will contain only NetFORUM fields bound on the in-memory object.
|
FullCopy | 1 |
Converts this linked contact info into an unlinked copy of the original, removing the original link.
The copy is "full" because it should be identical to the original address.
|