Click or drag to resize

SolidFireElementGetLoginBannerAsync 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#
public Task<GetLoginBannerResult> GetLoginBannerAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetLoginBannerResult

Implements

ISolidFireElementGetLoginBannerAsync(CancellationToken)
See Also