 | ConfirmationEmailOverridesOverrideConfirmationTemplateId Property |
ID of the Correspondence Template to use for the confirmation email.
If not specified, netFORUM will, by default, use the ID configured in the COEConfirmationTemplate System Option instead.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic NetForumId OverrideConfirmationTemplateId { get; set; }Public Property OverrideConfirmationTemplateId As NetForumId
Get
Set
public:
property NetForumId^ OverrideConfirmationTemplateId {
NetForumId^ get ();
void set (NetForumId^ value);
}member OverrideConfirmationTemplateId : NetForumId with get, set
Property Value
NetForumId
See Also