Returns the logotype of the licensed organization in PNG format, encoded as Base64 string.
If Organization is then SMath logo is retrieved from resources.
public static string GetOrganizationLogoBase64(
this IAccountManager account
)<ExtensionAttribute>
Public Shared Function GetOrganizationLogoBase64 (
account As IAccountManager
) As Stringpublic:
[ExtensionAttribute]
static String^ GetOrganizationLogoBase64(
IAccountManager^ account
)[<ExtensionAttribute>]
static member GetOrganizationLogoBase64 :
account : IAccountManager -> string