LicensingHelperCheckForumLicense - метод
Пространство имён: Tessa.Platform.LicensingСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 ILicense
- errorMessage String
Booleantrue, если проверка лицензии на форумы пройдена успешно;
false, если проверка лицензии на форумы не пройдена и в параметре
errorMessage
содержится сообщение об ошибке.