Table of Contents

Class SfAppDefinition

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

App Definition

SObject Name: AppDefinition

Custom Object: False

public class SfAppDefinition : SObject
Inheritance
SfAppDefinition
Inherited Members

Properties

Description

Description

Name: Description

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }

Property Value

string

DeveloperName

Developer Name

Name: DeveloperName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "developerName")]
[Updateable(false)]
[Createable(false)]
public string DeveloperName { get; set; }

Property Value

string

DurableId

Durable ID

Name: DurableId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }

Property Value

string

HeaderColor

Header Color

Name: HeaderColor

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "headerColor")]
[Updateable(false)]
[Createable(false)]
public string HeaderColor { get; set; }

Property Value

string

Id

App Definition ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

IsLargeFormFactorSupported

Is Large Form Factor Supported

Name: IsLargeFormFactorSupported

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isLargeFormFactorSupported")]
[Updateable(false)]
[Createable(false)]
public bool? IsLargeFormFactorSupported { get; set; }

Property Value

bool?

IsMediumFormFactorSupported

Is Medium Form Factor Supported

Name: IsMediumFormFactorSupported

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isMediumFormFactorSupported")]
[Updateable(false)]
[Createable(false)]
public bool? IsMediumFormFactorSupported { get; set; }

Property Value

bool?

IsNavAutoTempTabsDisabled

Is Navigation Menu Automatically Create Temporary Tabs Disabled

Name: IsNavAutoTempTabsDisabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isNavAutoTempTabsDisabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsNavAutoTempTabsDisabled { get; set; }

Property Value

bool?

IsNavPersonalizationDisabled

Is Navigation Menu Personalization Disabled

Name: IsNavPersonalizationDisabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isNavPersonalizationDisabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsNavPersonalizationDisabled { get; set; }

Property Value

bool?

IsNavTabPersistenceDisabled

Is Clearing Workspace Tabs Enabled

Name: IsNavTabPersistenceDisabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isNavTabPersistenceDisabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsNavTabPersistenceDisabled { get; set; }

Property Value

bool?

IsOmniPinnedViewEnabled

Is Omni-Channel Sidebar Enabled

Name: IsOmniPinnedViewEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isOmniPinnedViewEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsOmniPinnedViewEnabled { get; set; }

Property Value

bool?

IsOverrideOrgTheme

Is Org Theme Overridden

Name: IsOverrideOrgTheme

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isOverrideOrgTheme")]
[Updateable(false)]
[Createable(false)]
public bool? IsOverrideOrgTheme { get; set; }

Property Value

bool?

IsSmallFormFactorSupported

Is Small Form Factor Supported

Name: IsSmallFormFactorSupported

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isSmallFormFactorSupported")]
[Updateable(false)]
[Createable(false)]
public bool? IsSmallFormFactorSupported { get; set; }

Property Value

bool?

Label

Label

Name: Label

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }

Property Value

string

LogoUrl

Logo URL

Name: LogoUrl

SF Type: url

Nillable: True

[JsonProperty(PropertyName = "logoUrl")]
[Updateable(false)]
[Createable(false)]
public string LogoUrl { get; set; }

Property Value

string

MasterLabel

Master Label

Name: MasterLabel

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "masterLabel")]
[Updateable(false)]
[Createable(false)]
public string MasterLabel { get; set; }

Property Value

string

NamespacePrefix

Namespace Prefix

Name: NamespacePrefix

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }

Property Value

string

NavType

Navigation Type

Name: NavType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "navType")]
[Updateable(false)]
[Createable(false)]
public string NavType { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

UiType

UI Type

Name: UiType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "uiType")]
[Updateable(false)]
[Createable(false)]
public string UiType { get; set; }

Property Value

string

UtilityBar

Utility Bar Name

Name: UtilityBar

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "utilityBar")]
[Updateable(false)]
[Createable(false)]
public string UtilityBar { get; set; }

Property Value

string