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