Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

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.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in