UploadEx method
- Last UpdatedJul 23, 2024
- 1 minute read
Saves the AutomationObject configuration changes.
Class
IInstance
Syntax
[C#]
void UploadEx(
EAutomaticallyUndocheckout automaticallyUndocheckout,
ESkipOtherUsersCheckedOutObjects skipOtherUsersCheckedOutObjects,
ESkipObjectsWithPendingUpdates skipObjectsWithPendingUpdates,
string strCustomData
);
[Visual C++]
// Uploads AutomationObject configuration changes
// made during runtime.
HRESULT UploadEx(
// Automatically Undocheckout
[in, optional, defaultvalue(doAutomaticallyUndocheckout )] EAutomaticallyUndocheckout automaticallyUndocheckout,
// Skip other users CheckedOuts
[in, optional, defaultvalue( doSkipOtherUsersCheckedOutObjects )] ESkipOtherUsersCheckedOutObjects skipOtherUsersCheckedOutObjects,
// Skip objects with pending updates
[in, optional, defaultvalue( doSkipObjectsWithPendingUpdates )] ESkipObjectsWithPendingUpdates skipObjectsWithPendingUpdates,
// Data used by custom category package
[in, optional, defaultvalue("")] BSTR strCustomData
);