Class ServerConfigurationVM
Inheritance
System.Object
ServerConfigurationVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class ServerConfigurationVM : CloudBaseVM
Properties
AboutLink
Declaration
public string AboutLink { get; set; }
Property Value
Type |
Description |
System.String |
|
Auth
Declaration
public AuthConfigVM Auth { get; set; }
Property Value
AuthServerName
Declaration
public string AuthServerName { get; set; }
Property Value
Type |
Description |
System.String |
|
CompanyName
Declaration
public string CompanyName { get; set; }
Property Value
Type |
Description |
System.String |
|
Copyright
Declaration
public string Copyright { get; set; }
Property Value
Type |
Description |
System.String |
|
CorporateServerMode
Declaration
public bool CorporateServerMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DesignerForAnons
Declaration
public bool DesignerForAnons { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FirstStepsVideoLink
Declaration
public string FirstStepsVideoLink { get; set; }
Property Value
Type |
Description |
System.String |
|
Frontend
Declaration
public FrontendAppVM Frontend { get; set; }
Property Value
HomePageLink
Declaration
public string HomePageLink { get; set; }
Property Value
Type |
Description |
System.String |
|
InvariantLocale
Declaration
public string InvariantLocale { get; set; }
Property Value
Type |
Description |
System.String |
|
IsDisabled
Declaration
public bool IsDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastSLAVersion
Declaration
public System.DateTime? LastSLAVersion { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LogoLink
Declaration
public string LogoLink { get; set; }
Property Value
Type |
Description |
System.String |
|
SharingEnabled
Declaration
public bool SharingEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SlaLink
Declaration
public string SlaLink { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
UpdateWorkspaceLink
Declaration
public string UpdateWorkspaceLink { get; set; }
Property Value
Type |
Description |
System.String |
|