Class SfUserAppMenuItem
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Application
SObject Name: UserAppMenuItem
Custom Object: False
public class SfUserAppMenuItem : SObject
- Inheritance
-
SfUserAppMenuItem
- Inherited Members
Properties
AppMenuItemId
AppMenuItem ID
Name: AppMenuItemId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "appMenuItemId")]
[Updateable(false)]
[Createable(false)]
public string AppMenuItemId { get; set; }
Property Value
ApplicationId
Application ID
Name: ApplicationId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "applicationId")]
[Updateable(false)]
[Createable(false)]
public string ApplicationId { get; set; }
Property Value
Description
Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
IconUrl
Icon Url
Name: IconUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "iconUrl")]
[Updateable(false)]
[Createable(false)]
public string IconUrl { get; set; }
Property Value
Id
Application ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
InfoUrl
Info URL
Name: InfoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "infoUrl")]
[Updateable(false)]
[Createable(false)]
public string InfoUrl { get; set; }
Property Value
IsUsingAdminAuthorization
IsUsingAdminAuthorization
Name: IsUsingAdminAuthorization
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isUsingAdminAuthorization")]
[Updateable(false)]
[Createable(false)]
public bool? IsUsingAdminAuthorization { get; set; }
Property Value
- bool?
IsVisible
Is Visible
Name: IsVisible
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isVisible")]
[Updateable(false)]
[Createable(false)]
public bool? IsVisible { get; set; }
Property Value
- bool?
Label
Name
Name: Label
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }
Property Value
LogoUrl
Logo Image URL
Name: LogoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "logoUrl")]
[Updateable(false)]
[Createable(false)]
public string LogoUrl { get; set; }
Property Value
MobileStartUrl
Mobile Start Url
Name: MobileStartUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "mobileStartUrl")]
[Updateable(false)]
[Createable(false)]
public string MobileStartUrl { get; set; }
Property Value
Name
Developer Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SortOrder
Sort Order
Name: SortOrder
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "sortOrder")]
[Updateable(false)]
[Createable(false)]
public int? SortOrder { get; set; }
Property Value
- int?
StartUrl
Start Url
Name: StartUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "startUrl")]
[Updateable(false)]
[Createable(false)]
public string StartUrl { get; set; }
Property Value
Type
App Type
Name: Type
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }
Property Value
UserSortOrder
User Sort Order
Name: UserSortOrder
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "userSortOrder")]
[Updateable(false)]
[Createable(false)]
public int? UserSortOrder { get; set; }
Property Value
- int?