LicensingHelperCheckForumLicense - метод |
Пространство имён:
Tessa.Platform.Licensing
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static bool CheckForumLicense(
ILicense license,
out string errorMessage
)
Public Shared Function CheckForumLicense (
license As ILicense,
<OutAttribute> ByRef errorMessage As String
) As Boolean
public:
static bool CheckForumLicense(
ILicense^ license,
[OutAttribute] String^% errorMessage
)
static member CheckForumLicense :
license : ILicense *
errorMessage : string byref -> bool
Параметры
- license
- Тип: Tessa.Platform.LicensingILicense
- errorMessage
- Тип: SystemString
Возвращаемое значение
Тип:
Booleantrue, если проверка лицензии на форумы пройдена успешно;
false, если проверка лицензии на форумы не пройдена и в параметре
errorMessage
содержится сообщение об ошибке.
См. также