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
Hello All,
Ist it possible to get the ID of a document on the target server once extracted? I am using the code below but this provides the ID from the source
DocumentItemProvider.Instance().Extracted += Class1_Extracted; } void Class1_Extracted(object sender, ItemEventArgs e) { var d = e.Item as Document; var provider = sender as ItemProvider; Log.Debug(d.Id + " -> " + d.ItemId.Id + " -> " + d.Name); }
Well, the ID shouldnt change, as Courier always aims at getting an ID that wont change between instances
In this case the document ID is 1066 on the source and 1077 on the target.....
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get ID of extracted document on the target server
Hello All,
Ist it possible to get the ID of a document on the target server once extracted? I am using the code below but this provides the ID from the source
Well, the ID shouldnt change, as Courier always aims at getting an ID that wont change between instances
In this case the document ID is 1066 on the source and 1077 on the target.....
is working on a reply...