LicensingHelperCheckForumLicense - метод
Пространство имён: Tessa.Platform.LicensingСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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
содержится сообщение об ошибке.