CopySheet Include Automated WorkFlow & Alert Options

Is it possible to include the Automation setting from a "template" to the new target smart sheet using the "smartsheet.SheetResources.CopySheet" function?


Dim newCopiedSheet As Sheet = smartsheet.SheetResources.CopySheet(TemplateSheetId, destination, New SheetCopyInclusion() {

                                       SheetCopyInclusion.ATTACHMENTS, SheetCopyInclusion.CELL_LINKS, SheetCopyInclusion.DATA, SheetCopyInclusion.DISCUSSIONS, SheetCopyInclusion.FILTERS, SheetCopyInclusion.FORMS, SheetCopyInclusion.RULES, SheetCopyInclusion.RULE_RECIPIENTS, SheetCopyInclusion.SHARES}

                                       )

Answers