Upload method
- Last UpdatedJul 23, 2024
- 1 minute read
Uploads AutomationObject configuration changes made at run time.
Class
IInstance
Syntax
[C#]
void Upload(
EAutomaticallyUndocheckout automaticallyUndocheckout,
ESkipOtherUsersCheckedOutObjects skipOtherUsersCheckedOutObjects,
ESkipObjectsWithPendingUpdates skipObjectsWithPendingUpdates
);
[Visual C++]
HRESULT Upload(
[in, optional, defaultvalue( doAutomaticallyUndocheckout )] EAutomaticallyUndocheckout automaticallyUndocheckout,
[in, optional, defaultvalue( doSkipOtherUsersCheckedOutObjects )] ESkipOtherUsersCheckedOutObjects skipOtherUsersCheckedOutObjects,
[in, optional, defaultvalue( doSkipObjectsWithPendingUpdates )] ESkipObjectsWithPendingUpdates skipObjectsWithPendingUpdates
);
Parameters
automaticallyUndocheckout
Automatically undo the check out.
skipOtherUsersCheckedOutObjects
Skip other users’ checked out objects.
skipObjectsWithPendingUpdates
Skip objects with pending updates.