Click or drag to resize
UnsubscriptionInfoUnsubscriptionFromIssueID Property
Issue id from where was unsubscription created. If null, unsubscriptions were not made from the issue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public virtual Nullable<int> UnsubscriptionFromIssueID { get; set; }

Property Value

Type: NullableInt32
See Also