Click or drag to resize

SettingsStorageClientDownloadRule Method

Downloads the chosen rule for the selected tenant from the service.

Namespace:  ER.SDK
Assembly:  CodeTwo.ER.SDK (in CodeTwo.ER.SDK.dll) Version: 2.18.0.0
Syntax
public RuleDesc DownloadRule(
	string strTenantName,
	string strRuleID
)

Parameters

strTenantName
Type: SystemString
the tenant's name
strRuleID
Type: SystemString
the rule's ID

Return Value

Type: RuleDesc
rule

Implements

ISettingsStorageDownloadRule(String, String)
See Also