IssueHelperCopyIssueProperties Method |
Copies specified properties from source issue to target issue.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax 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