Loads values of dynamic fields into hashtable.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- subscriber
- Type: CMS.Newsletters SubscriberInfo
Subscriber
- newsletter
- Type: CMS.Newsletters NewsletterInfo
Newsletter
- subscription
- Type: CMS.Newsletters SubscriberNewsletterInfo
SubscriberNewsletterInfo object representing subscription (optional)
- issue
- Type: CMS.Newsletters IssueInfo
Newsletter issue
- previewOnly
- Type: System Boolean
True if issue is in preview mode, otherwise false
- siteName
- Type: System String
Site name
- domainName
- Type: System String
Domain name
- webApplicationVirtualPath
- Type: System String
Web application virtual path
- appPath
- Type: System String
Application path
Return Value
Type: BooleanReturns true if loading was successful, otherwise false
See Also