syncedNode.setProperty(content, getProperty(content));
syncedNode.setProperty(contentType, getProperty(contentType));
syncedNode.setProperty(name, getProperty(name));
}
final Sync rel = getIncomingRelationship(Sync.class);
if (rel != null) {
final Content otherNode = (Content) rel.getSourceNode();
if (otherNode != null) {
// sync both ways
otherNode.setProperty(content, getProperty(content));