Dotnet
var content = await repository.LoadContentAsync("/Root/Content", cancel);content["Manager"] = 12345; // Id of the referenced contentawait content.SaveAsync(cancel);
var content = await repository.LoadContentAsync("/Root/Content", cancel);content["Manager"] = 12345; // Id of the referenced contentawait content.SaveAsync(cancel);