I have created a .net user control that will copy that document programatically to another website for multilingual site i have two seperate nodes of the same website project
now is the user creates a document it must be programtically allowed to be copied by a button click and here is my code i cant get it to work
Dcocument.Copy() not working
I have created a .net user control that will copy that document programatically to another website for multilingual site i have two seperate nodes of the same website project
now is the user creates a document it must be programtically allowed to be copied by a button click and here is my code i cant get it to work
]));
childDoc.Copy(childDoc.Parent.Id, author,
);
.GetRelationsAsList(childDoc.Id))
{
(r.Child.Id);
idd = newDoc.Id;
newDoc.Text = childDoc.Text;
newDoc.Publish(author);
umbraco.
.UpdateDocumentCache(newDoc.Id);
is working on a reply...