ISettingsStorageUploadChanges Method |
Uploads changes from the client to the service. This is the preferred method of uploading changes in multiple rules. All changes
in a snapshot are uploaded to the service in one transition.
Namespace:
ER.SDK
Assembly:
CodeTwo.ER.SDK (in CodeTwo.ER.SDK.dll) Version: 2.15.0.0
SyntaxSyncRulesResult UploadChanges(
string strTenantName,
ItemsSnapshotT<RuleDesc> rulesSnapshot
)
Function UploadChanges (
strTenantName As String,
rulesSnapshot As ItemsSnapshotT(Of RuleDesc)
) As SyncRulesResult
SyncRulesResult^ UploadChanges(
String^ strTenantName,
ItemsSnapshotT<RuleDesc^>^ rulesSnapshot
)
abstract UploadChanges :
strTenantName : string *
rulesSnapshot : ItemsSnapshotT<RuleDesc> -> SyncRulesResult
Parameters
- strTenantName
- Type: SystemString
the tenant's name - rulesSnapshot
- Type: SettingsItemsSnapshotTRuleDesc
the rule's snapshot
Return Value
Type:
SyncRulesResult
See Also