Click or drag to resize

SolidFireElementSetLoginBannerAsync Method (CancellationToken, 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 Task<SetLoginBannerResult> SetLoginBannerAsync(
	CancellationToken cancellationToken,
	string Banner = null,
	Nullable<bool> Enabled = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Banner (Optional)
Type: SystemString
Enabled (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskSetLoginBannerResult

Implements

ISolidFireElementSetLoginBannerAsync(CancellationToken, String, NullableBoolean)
See Also