Click or drag to resize
IssueHelperCopyIssueProperties Method
Copies specified properties from source issue to target issue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void CopyIssueProperties(
	IssueInfo srcIssue,
	IssueInfo dstIssue,
	string properties
)

Parameters

srcIssue
Type: CMS.NewslettersIssueInfo
Source issue
dstIssue
Type: CMS.NewslettersIssueInfo
Target issue
properties
Type: SystemString
List of properties (columns) that should be copied separated by semicolon
See Also