ESkipObjectsWithPendingUpdates
- Last UpdatedJun 09, 2017
- 1 minute read
Skip objects with pending updates.
enum ESkipObjectsWithPendingUpdates
{
dontSkipObjectsWithPendingUpdates = 0,
doSkipObjectsWithPendingUpdates = 1
}
Members
dontSkipObjectsWithPendingUpdates
Upload will fail if any object has pending updates.
doSkipObjectsWithPendingUpdates
Automatically skip objects that have pending updates.