Click or drag to resize

ISolidFireElementGetLoginBannerAsync Method

You can use the GetLoginBanner method to get the currently active Terms of Use banner that 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<GetLoginBannerResult> GetLoginBannerAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetLoginBannerResult
See Also