Click or drag to resize

SolidFireElementSetLoginBanner Method (String, NullableBoolean)

You can use the SetLoginBanner method to set the active Terms of Use banner users see when they log on to the web interface.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public SetLoginBannerResult SetLoginBanner(
	string Banner = null,
	Nullable<bool> Enabled = null
)

Parameters

Banner (Optional)
Type: SystemString
Enabled (Optional)
Type: SystemNullableBoolean

Return Value

Type: SetLoginBannerResult

Implements

ISolidFireElementSetLoginBanner(String, NullableBoolean)
See Also