UnlinkOption Enumeration

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public enum UnlinkOption

Members

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