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

Application Server

UploadEx method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Uploads AutomationObject configuration changes made at run time.

Class

IgObjects

Syntax

[C#]

void UploadEx(

EAutomaticallyUndocheckout automaticallyUndocheckout,

ESkipOtherUsersCheckedOutObjects skipOtherUsersCheckedOutObjects,

ESkipObjectsWithPendingUpdates skipObjectsWithPendingUpdates,

string strCustomData

);

[Visual C++]

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

);

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