Hi all, I have a pages library in publishing site. 1) I want to add files with metadata to other library including version number programmatically. 2) This Adding files to other library should be done when an item is updated. 3) Check added file version
already exists or not in other library and then add. I have used web.files.add() method, am able to add files but without metadata and also version number is changing to 1.0 ( same fie version is adding but with different version number). How should I preserve
same version number? Please guide me. Thanks in advance
san