This is a migrated thread and some comments may be shown as answers.

RadTrialApplicationReminder and LicenseInformation.IsTrial

1 Answer 49 Views
TrialFeatureReminder
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jayjay
Top achievements
Rank 1
Jayjay asked on 30 Aug 2012, 04:34 PM
Good day!

When implementing `RadTrialApplicationReminder`, do I still need to check if `new LicenseInformation().IsTrial` is True before I do something like `trialReminder.IsTrialExpired` or `trialReminder.Notify()`?


Thanks,
Jayjay

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 03 Sep 2012, 07:22 AM
Hello Jayjay,

In general, you don't need to use the LicenseInformation when using RadTrialApplicationReminder. You can use the control's property IsTrialExpired, which checks the Remaining period and usages of the reminder and also the value of IsTrial() in a LicenseInformation instance.

Greetings,
Todor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TrialFeatureReminder
Asked by
Jayjay
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or