Click or drag to resize

ISolidFireElementSetLoginBannerAsync 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#
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
See Also