Table of Contents

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

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

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

Property Value

string

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

Description

Name: Description

SF Type: textarea

Nillable: True

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

Property Value

string

Display Type

Name: DisplayType

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "displayType")]
public string DisplayType { get; set; }

Property Value

string

Link Encoding

Name: EncodingKey

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "encodingKey")]
public string EncodingKey { get; set; }

Property Value

string

Show Menu Bar

Name: HasMenubar

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasMenubar")]
public bool? HasMenubar { get; set; }

Property Value

bool?

Show Scrollbars

Name: HasScrollbars

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasScrollbars")]
public bool? HasScrollbars { get; set; }

Property Value

bool?

Show Toolbars

Name: HasToolbar

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasToolbar")]
public bool? HasToolbar { get; set; }

Property Value

bool?

Height (in pixels)

Name: Height

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "height")]
public int? Height { get; set; }

Property Value

int?

Custom Link ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Protected Component

Name: IsProtected

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isProtected")]
public bool? IsProtected { get; set; }

Property Value

bool?

Resizeable

Name: IsResizable

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isResizable")]
public bool? IsResizable { get; set; }

Property Value

bool?

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

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

string

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }

Property Value

DateTimeOffset?

Content Source

Name: LinkType

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "linkType")]
public string LinkType { get; set; }

Property Value

string

Label

Name: MasterLabel

SF Type: string

Nillable: True

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

Property Value

string

Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
public string Name { get; set; }

Property Value

string

Namespace Prefix

Name: NamespacePrefix

SF Type: string

Nillable: True

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

Property Value

string

Behavior

Name: OpenType

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "openType")]
public string OpenType { get; set; }

Property Value

string

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

string

Window Position

Name: Position

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "position")]
public string Position { get; set; }

Property Value

string

Require Row Selection

Name: RequireRowSelection

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "requireRowSelection")]
public bool? RequireRowSelection { get; set; }

Property Value

bool?
[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Custom S-Control ID

Name: ScontrolId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "scontrolId")]
public string ScontrolId { get; set; }

Property Value

string

Show Address Bar

Name: ShowsLocation

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "showsLocation")]
public bool? ShowsLocation { get; set; }

Property Value

bool?

Show Status Bar

Name: ShowsStatus

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "showsStatus")]
public bool? ShowsStatus { get; set; }

Property Value

bool?

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

URL

Name: Url

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "url")]
public string Url { get; set; }

Property Value

string

Width (in pixels)

Name: Width

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "width")]
public int? Width { get; set; }

Property Value

int?