Re: SMS SDK Automation.dll and Collection Rules
- From: "Roger" <roger.zander@xxxxxxx>
- Date: 10 Jan 2007 12:48:48 -0800
an example in c#:
SMSCollection oColl = oProvider.Collections.Get(CollIectionID);
foreach (SMSCollectionRule oRule in oColl.CollectionRules)
{
if (oRule.GetType() == typeof(SMSCollectionRuleQuery))
{
SMSCollectionRuleQuery oQuery = oColl.CollectionRules[0] as
SMSCollectionRuleQuery;
Console.WriteLine(oQuery.QueryExpression);
}
}
Regards
Roger
.
- Prev by Date: SMS SDK - Reports.create
- Next by Date: RE: SMS SDK - Reports.create
- Previous by thread: SMS SDK - Reports.create
- Next by thread: Re: Date Format
- Index(es):
Loading