Class SfWebLink
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Custom Button or Link
SObject Name: WebLink
Custom Object: False
public class SfWebLink : SObject
- Inheritance
-
SfWebLink
- Inherited Members
Properties
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
DisplayType
Display Type
Name: DisplayType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "displayType")]
public string DisplayType { get; set; }
Property Value
EncodingKey
Link Encoding
Name: EncodingKey
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "encodingKey")]
public string EncodingKey { get; set; }
Property Value
HasMenubar
Show Menu Bar
Name: HasMenubar
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasMenubar")]
public bool? HasMenubar { get; set; }
Property Value
- bool?
HasScrollbars
Show Scrollbars
Name: HasScrollbars
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasScrollbars")]
public bool? HasScrollbars { get; set; }
Property Value
- bool?
HasToolbar
Show Toolbars
Name: HasToolbar
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasToolbar")]
public bool? HasToolbar { get; set; }
Property Value
- bool?
Height
Height (in pixels)
Name: Height
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "height")]
public int? Height { get; set; }
Property Value
- int?
Id
Custom Link ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsProtected
Protected Component
Name: IsProtected
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isProtected")]
public bool? IsProtected { get; set; }
Property Value
- bool?
IsResizable
Resizeable
Name: IsResizable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isResizable")]
public bool? IsResizable { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
LinkType
Content Source
Name: LinkType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "linkType")]
public string LinkType { get; set; }
Property Value
MasterLabel
Label
Name: MasterLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "masterLabel")]
public string MasterLabel { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
NamespacePrefix
Namespace Prefix
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
OpenType
Behavior
Name: OpenType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "openType")]
public string OpenType { get; set; }
Property Value
PageOrSobjectType
Page or sObject Type Name
Name: PageOrSobjectType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "pageOrSobjectType")]
[Updateable(false)]
[Createable(true)]
public string PageOrSobjectType { get; set; }
Property Value
Position
Window Position
Name: Position
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "position")]
public string Position { get; set; }
Property Value
RequireRowSelection
Require Row Selection
Name: RequireRowSelection
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "requireRowSelection")]
public bool? RequireRowSelection { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
ScontrolId
Custom S-Control ID
Name: ScontrolId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "scontrolId")]
public string ScontrolId { get; set; }
Property Value
ShowsLocation
Show Address Bar
Name: ShowsLocation
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "showsLocation")]
public bool? ShowsLocation { get; set; }
Property Value
- bool?
ShowsStatus
Show Status Bar
Name: ShowsStatus
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "showsStatus")]
public bool? ShowsStatus { get; set; }
Property Value
- bool?
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Url
URL
Name: Url
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
Width
Width (in pixels)
Name: Width
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "width")]
public int? Width { get; set; }
Property Value
- int?