You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you call ODItem.Path(true), if the folder has a space in it, the path has %20 instead of the space. However, when we pass in the path to an ODItemReference, we can pass it in without the URL encoding of the space and it works - ideally it should be the same both ways (there should be no encoding) since we cannot compare what we put in with what we get out...
The text was updated successfully, but these errors were encountered:
When you call
ODItem.Path(true)
, if the folder has a space in it, the path has %20 instead of the space. However, when we pass in the path to an ODItemReference, we can pass it in without the URL encoding of the space and it works - ideally it should be the same both ways (there should be no encoding) since we cannot compare what we put in with what we get out...The text was updated successfully, but these errors were encountered: