ISettingsStorageEditRule Method |
Updates the selected rule for the selected tenant.
Namespace:
ER.SDK
Assembly:
CodeTwo.ER.SDK (in CodeTwo.ER.SDK.dll) Version: 2.15.0.0
Syntaxvoid EditRule(
string strTenantName,
RuleDesc rule
)
Sub EditRule (
strTenantName As String,
rule As RuleDesc
)
void EditRule(
String^ strTenantName,
RuleDesc^ rule
)
abstract EditRule :
strTenantName : string *
rule : RuleDesc -> unit
Parameters
- strTenantName
- Type: SystemString
the tenant's name - rule
- Type: SettingsRuleDesc
a rule, that will be updated
See Also