SettingsService.SetBrandingLogo Method (String)¶
Set the logo file for branded reports.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void SetBrandingLogo(
string path
)
VB¶
Public Sub SetBrandingLogo (
path As String
)
Parameters¶
- path
- Type: System.String
This specifies the file path to set as logo.
Remarks¶
Null or empty string clears the logo.
See Also¶
Reference¶
SettingsService Class
SetBrandingLogo Overload
Citrix.SDK.AppDNA Namespace