Hi
I am implementing ObjectServices to pull content from server to client side. I am using .net 3.5 and DFS 6.5
ContentTransferProfile transferProfile =
newContentTransferProfile();transferProfile.geolocation =
"NOT clear what to enter here";
transferProfile.transferMode = ContentTransferMode.BASE64;transferProfile.transferModeSpecified =
true;
Not that clear from DFS guide what value to enter at transferProfile.geolocation. It says, "Geolocation represents an area on the network’s topography,"
Is it a Repository name or Server name or something else ?