Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

Gets the URL of a domain logo image.

string $Domain.LogoUrl { get; set; }

Remarks

If SSL is enabled, this property always returns the https address of a domain logo.

Example

var logourl = $Domain.LogoUrl;
// logourl now contains https address of a domain logo image
  • No labels