Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi everyone,
Because some business. I technically need the ability of declaring a variable which is copied from an IPublishedContent variable.
The purpose is make changes for the copied version without reference (not making original content variable changes)
For example:
var content = _umbracoHelper.Content(1610); var copied = (copied from content);
Is there any solution to take that?
Many thank!!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 13.3.0 - How to create a variable copied from IPublishedContent instance
Hi everyone,
Because some business. I technically need the ability of declaring a variable which is copied from an IPublishedContent variable.
The purpose is make changes for the copied version without reference (not making original content variable changes)
For example:
var content = _umbracoHelper.Content(1610); var copied = (copied from content);
Is there any solution to take that?
Many thank!!
is working on a reply...