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
Syntaxpublic RuleDesc DownloadRule(
string strTenantName,
string strRuleID
)
Public Function DownloadRule (
strTenantName As String,
strRuleID As String
) As RuleDesc
public:
virtual RuleDesc^ DownloadRule(
String^ strTenantName,
String^ strRuleID
) sealed
abstract DownloadRule :
strTenantName : string *
strRuleID : string -> RuleDesc
override DownloadRule :
strTenantName : string *
strRuleID : string -> RuleDesc
Parameters
- strTenantName
- Type: SystemString
the tenant's name - strRuleID
- Type: SystemString
the rule's ID
Return Value
Type:
RuleDescrule
Implements
ISettingsStorageDownloadRule(String, String)
See Also