IOrganizationInfo Interface
Provides read only access to the information about the licensed organization.
Namespace: SMath.Manager.LicensingAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public interface IOrganizationInfo
Public Interface IOrganizationInfo
public interface class IOrganizationInfo
type IOrganizationInfo = interface end
FullNameInternational |
Full name of the organization for all locales except "RU".
|
FullNameLocal |
Full name of the organization for "RU" locale.
|
Id |
ID of organization.
|
LogoBase64 |
Logotype of the organization in PNG format, encoded as Base64 string.
|
MenuLogoBase64 |
Logotype of the organization which is shown in the main menu, encoded as Base64 string.
|
ShortNameInternational |
Short name of the organization for all locales except "RU".
|
ShortNameLocal |
Short name of the organization for "RU" locale.
|
Version |
Version of the information about organization. It is changed each time when information is requested from server.
|
WebUrl |
Web site of the organization.
|
IsReloadRequired |
Determines whether reload of organization information is required according to the expiration dates on it.
|