Click or drag to resize

UnlinkOption Enumeration


Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public enum UnlinkOption
Members
Member nameValueDescription
RoughCopy0 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.
FullCopy1 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.
See Also