Skip to content

Commit 44a675f

Browse files
authored
Update LicenseeService.cs
1 parent eee0bf5 commit 44a675f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NetLicensingClient/LicenseeService.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ public static ValidationResult validate(Context context, String number, String p
9595
}
9696

9797
/// <summary>
98-
/// Validates active licenses of the licensee. See NetLicensingAPI for details:
99-
/// https://netlicensing.io/wiki/licensee-services#validate-licensee
98+
/// Validates active licenses of the licensee.
99+
/// In the case of multiple product modules validation, required parameters indexes will be added automatically.
100+
/// See NetLicensingAPI for details: https://netlicensing.io/wiki/licensee-services#validate-licensee
100101
/// </summary>
101102
public static ValidationResult validate(Context context, String number, ValidationParameters validationParameters)
102103
{

0 commit comments

Comments
 (0)