Coerce start path on content source to string
If the start path specified on the content source is not a string, the application terminates with the following message:
TypeError: startPath.indexOf is not a function
The start path value should be coerced to a string using the String function.
Edited by Dan Allen