SessionProfileCanDownloadUpdates Method

Determines whether the updates can be downloaded.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public bool CanDownloadUpdates()

Return Value

Boolean

Remarks

Download of updates is prohibited in Enterprise edition only in one of the following cases:
  • No credentials are stored, i.e. the user has never authenticated to the working server.
  • The program is working with offline license.

See Also