Click or drag to resize

PFSiteSettingsGetLogoFileUrl Method

Gets the relative url of the site's logo. If a theme is provided and if this site uses the default packflow logo then this method will choose the dark/light variant depending on the header background.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string GetLogoFileUrl(
	PFTheme theme = null
)

Parameters

theme (Optional)
Type: Packflow.CorePFTheme

Return Value

Type: String
See Also